diff options
author | Henry Castro <hcastro@collabora.com> | 2017-07-10 17:33:38 -0400 |
---|---|---|
committer | pranavk <pranavk@collabora.co.uk> | 2018-01-18 16:08:29 +0100 |
commit | d8be925640a142315bcf73c25f85fb8eefeba79a (patch) | |
tree | 43b84160fe9165c32565b56f48594bf8cc665b6b /sfx2 | |
parent | 2425c5cc08b150c9b1b9a6f542b2f5b46a695b40 (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 'sfx2')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index 60c55bdeb3d6..bb90866246e9 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -1006,7 +1006,9 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c aEvent.FeatureURL.Path == "AlignLeft" || aEvent.FeatureURL.Path == "AlignHorizontalCenter" || aEvent.FeatureURL.Path == "AlignRight" || - aEvent.FeatureURL.Path == "DocumentRepair") + aEvent.FeatureURL.Path == "DocumentRepair" || + aEvent.FeatureURL.Path == "InsertPageHeader" || + aEvent.FeatureURL.Path == "InsertPageFooter") { bool bTemp = false; aEvent.State >>= bTemp; |