[Libreoffice-commits] core.git: desktop/source sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Dec 14 21:05:16 UTC 2018
desktop/source/lib/init.cxx | 3 ++-
sfx2/source/control/unoctitm.cxx | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 13998b050f445bac3593a8bb77b7320d1be9990d
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Fri Dec 14 17:36:41 2018 +0100
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Fri Dec 14 22:04:41 2018 +0100
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 at collabora.com>
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;
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 2af30984afe9..94e4b16cc764 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1062,6 +1062,7 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c
aEvent.FeatureURL.Path == "InsertRowsAfter" ||
aEvent.FeatureURL.Path == "InsertColumnsBefore" ||
aEvent.FeatureURL.Path == "InsertColumnsAfter" ||
+ aEvent.FeatureURL.Path == "InsertSymbol" ||
aEvent.FeatureURL.Path == "DeleteRows" ||
aEvent.FeatureURL.Path == "DeleteColumns" ||
aEvent.FeatureURL.Path == "DeleteTable" ||
More information about the Libreoffice-commits
mailing list