[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - desktop/source sfx2/source
Andras Timar
andras.timar at collabora.com
Wed Feb 21 15:01:25 UTC 2018
desktop/source/lib/init.cxx | 3 ++-
sfx2/source/control/unoctitm.cxx | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 58f2da6af5e772bd01f75a00753a42cfd70af917
Author: Andras Timar <andras.timar at collabora.com>
Date: Tue Feb 20 23:21:34 2018 +0100
lok: support of AutoCorrect -> While Typing menu in Writer
Change-Id: I7c07f3a6269cd4b92cc50f7aaf847faf04665029
Reviewed-on: https://gerrit.libreoffice.org/50068
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
(cherry picked from commit e73cba0cea07eedee5507535f585e89e42ea0124)
Reviewed-on: https://gerrit.libreoffice.org/50076
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 8c51972b861d..6309802f6971 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1779,7 +1779,8 @@ static void doc_iniUnoCommands ()
OUString(".uno:DocumentRepair"),
OUString(".uno:TransformDialog"),
OUString(".uno:InsertPageHeader"),
- OUString(".uno:InsertPageFooter")
+ OUString(".uno:InsertPageFooter"),
+ OUString(".uno:OnlineAutoFormat")
};
util::URL aCommandURL;
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 668f5c65b222..a09e20c7c8e4 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -994,6 +994,7 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c
aEvent.FeatureURL.Path == "RightPara" ||
aEvent.FeatureURL.Path == "Shadowed" ||
aEvent.FeatureURL.Path == "SpellOnline" ||
+ aEvent.FeatureURL.Path == "OnlineAutoFormat" ||
aEvent.FeatureURL.Path == "SubScript" ||
aEvent.FeatureURL.Path == "SuperScript" ||
aEvent.FeatureURL.Path == "Strikeout" ||
More information about the Libreoffice-commits
mailing list