summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2017-07-10 17:33:38 -0400
committerAndras Timar <andras.timar@collabora.com>2018-03-19 14:56:13 +0100
commit0fc148092b552734a690020305905948d2fa81ea (patch)
treee481afc20ace5003d9f07b4688323e1d3ebbddc2 /desktop
parentf462f13dc4e76e905761d79953f3e6ec1ba66a9e (diff)
sw lok: enable Page Header/Footer
Change-Id: I5e0d080c53079069a086f06c2a314b6372bf6391 Reviewed-on: https://gerrit.libreoffice.org/39782 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com> (cherry picked from commit 3ba914c229adfed5c917d1ee23d35b9184b092c4)
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 51bcd2e34afb..f5361bdb834a 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1748,7 +1748,9 @@ static void doc_iniUnoCommands ()
OUString(".uno:ParagraphDialog"),
OUString(".uno:OutlineBullet"),
OUString(".uno:InsertIndexesEntry"),
- OUString(".uno:DocumentRepair")
+ OUString(".uno:DocumentRepair"),
+ OUString(".uno:InsertPageHeader"),
+ OUString(".uno:InsertPageFooter")
};
util::URL aCommandURL;