summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2017-07-10 17:33:38 -0400
committerHenry Castro <hcastro@collabora.com>2017-12-08 18:10:35 +0100
commit3ba914c229adfed5c917d1ee23d35b9184b092c4 (patch)
tree3e96027e46f67894927cbc1f8ad60fa055485c6c /desktop
parenta31267be1bb42e8a5f80a3b660bbf969eeb5b647 (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>
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;