diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2018-12-14 17:36:41 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2018-12-14 22:04:41 +0100 |
commit | 13998b050f445bac3593a8bb77b7320d1be9990d (patch) | |
tree | 9fb2cccd306bd4b9a9b6f6a08e8758c551850fa8 /desktop/source | |
parent | edf6819a7dca6348954d6cbefb19631448602774 (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>
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 65ccfdf4a411..e9675be766f6 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -1911,7 +1911,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; |