summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-02-20 23:21:34 +0100
committerJan Holesovsky <kendy@collabora.com>2018-02-21 16:00:59 +0100
commit58f2da6af5e772bd01f75a00753a42cfd70af917 (patch)
tree90d9143f891ae4c7352e8be1d1b6d9c91630a2e5 /desktop
parent5160c2696ff3cb21ac29fbf731a8e0d094be357b (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) Reviewed-on: https://gerrit.libreoffice.org/50076 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
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 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;