Kaydet (Commit) e73cba0c authored tarafından Andras Timar's avatar Andras Timar

lok: support of AutoCorrect -> While Typing menu in Writer

Change-Id: I7c07f3a6269cd4b92cc50f7aaf847faf04665029
Reviewed-on: https://gerrit.libreoffice.org/50068Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAndras Timar <andras.timar@collabora.com>
üst f00e891f
......@@ -1764,7 +1764,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;
......
......@@ -1005,6 +1005,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" ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment