LOK: send state of SheetRightToLeft
Change-Id: I4b58ab74003065a63e4274293b868c909f4f583f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105428 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
parent
86fde5f984
commit
cc7bf1755c
2 changed files with 4 additions and 2 deletions
|
@ -2846,7 +2846,8 @@ static void doc_iniUnoCommands ()
|
|||
OUString(".uno:FreezePanes"),
|
||||
OUString(".uno:FreezePanesColumn"),
|
||||
OUString(".uno:FreezePanesRow"),
|
||||
OUString(".uno:Sidebar")
|
||||
OUString(".uno:Sidebar"),
|
||||
OUString(".uno:SheetRightToLeft")
|
||||
};
|
||||
|
||||
util::URL aCommandURL;
|
||||
|
|
|
@ -1018,7 +1018,8 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, SfxViewFrame* pViewFra
|
|||
aEvent.FeatureURL.Path == "TraceChangeMode" ||
|
||||
aEvent.FeatureURL.Path == "FormatPaintbrush" ||
|
||||
aEvent.FeatureURL.Path == "FreezePanes" ||
|
||||
aEvent.FeatureURL.Path == "Sidebar")
|
||||
aEvent.FeatureURL.Path == "Sidebar" ||
|
||||
aEvent.FeatureURL.Path == "SheetRightToLeft")
|
||||
{
|
||||
bool bTemp = false;
|
||||
aEvent.State >>= bTemp;
|
||||
|
|
Loading…
Reference in a new issue