summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2017-07-10 17:33:38 -0400
committerpranavk <pranavk@collabora.co.uk>2018-01-18 16:08:29 +0100
commitd8be925640a142315bcf73c25f85fb8eefeba79a (patch)
tree43b84160fe9165c32565b56f48594bf8cc665b6b /desktop
parent2425c5cc08b150c9b1b9a6f542b2f5b46a695b40 (diff)
sw lok: enable Page Header/Footer
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) Change-Id: I5e0d080c53079069a086f06c2a314b6372bf6391 Reviewed-on: https://gerrit.libreoffice.org/47830 Reviewed-by: pranavk <pranavk@collabora.co.uk> Tested-by: pranavk <pranavk@collabora.co.uk>
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 9cd6337fc395..a6e40937de00 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1771,7 +1771,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;