diff options
author | Pranam Lashkari <lpranam@collabora.com> | 2020-11-07 12:29:33 +0530 |
---|---|---|
committer | Pranam Lashkari <lpranam@collabora.com> | 2020-11-29 14:37:35 +0100 |
commit | 218b61fd1b2c7e614a877bb38f92affc6915c3fd (patch) | |
tree | 3aa54eec5b122d7c7fc5a2676ca60699a74cf5ac /desktop/source | |
parent | 0cd33fe7bbe420719cc9c77e4e49deb0743b83ba (diff) |
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>
(cherry picked from commit cc7bf1755c31fcd4c388f25e642c37d0e2fd758a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106810
Tested-by: Jenkins
Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/lib/init.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index bc8b46a94c43..8395e81057b9 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -2819,7 +2819,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; |