summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2018-12-14 17:36:41 +0100
committerAndras Timar <andras.timar@collabora.com>2018-12-15 17:08:43 +0100
commitbd5f75d44a55c0608dc328ca74b19302955bf67f (patch)
treefe8e7968427e73ce7128a9b7c39e95a7014d106e /desktop
parentc07f13b59cb99e0c9f22fdfb05edf5ed60c51079 (diff)
lok: Handle Special character menu item's state correctly in online
Change-Id: Iaa962fe5a590ef16e710fdd49d02d564f10f0f9f Reviewed-on: https://gerrit.libreoffice.org/65188 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 13998b050f445bac3593a8bb77b7320d1be9990d) Reviewed-on: https://gerrit.libreoffice.org/65202 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@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 33bac792668f..f534d9a9b23a 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1916,7 +1916,8 @@ static void doc_iniUnoCommands ()
OUString(".uno:TransformDialog"),
OUString(".uno:InsertPageHeader"),
OUString(".uno:InsertPageFooter"),
- OUString(".uno:OnlineAutoFormat")
+ OUString(".uno:OnlineAutoFormat"),
+ OUString(".uno:InsertSymbol")
};
util::URL aCommandURL;