summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-02-20 23:21:34 +0100
committerAndras Timar <andras.timar@collabora.com>2018-03-25 21:19:48 +0200
commit0b22df98f2e8b139dea6b42c98db0d54ce2b4a28 (patch)
tree44430426f0848a237886d75ed88007740f6916ce /desktop
parent73629949c1d6245f7fad419b677cf92a49ffd18a (diff)
lok: support of AutoCorrect -> While Typing menu in Writer
Change-Id: I7c07f3a6269cd4b92cc50f7aaf847faf04665029 Reviewed-on: https://gerrit.libreoffice.org/50068 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit e73cba0cea07eedee5507535f585e89e42ea0124)
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 dd538d127f96..c87172a2a27a 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1771,7 +1771,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;