summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2020-01-25 04:10:38 +0300
committerAron Budea <aron.budea@collabora.com>2020-01-27 08:42:36 +0100
commit8b67c09ea2679c8c4273b84d5eeddebccf6e810b (patch)
treeda9d49c4a7f3dcd005cc856c81a7b94ddc19ac43 /desktop
parent109df7755b505ffe9b089fc5943e56c716368297 (diff)
lok: Add LOK_CALLBACK_STATE_CHANGED for uno:Orientation
Change-Id: Iab3aaf742bdb9fc4b9c5875fee7d769fa0581eeb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87370 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Aron Budea <aron.budea@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index c0aa5919e41c..0353e672210c 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2649,7 +2649,8 @@ static void doc_iniUnoCommands ()
OUString(".uno:OnlineAutoFormat"),
OUString(".uno:InsertSymbol"),
OUString(".uno:EditRegion"),
- OUString(".uno:ThesaurusDialog")
+ OUString(".uno:ThesaurusDialog"),
+ OUString(".uno:Orientation")
};
util::URL aCommandURL;