diff options
author | Henry Castro <hcastro@collabora.com> | 2017-07-10 17:33:38 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2017-12-08 18:10:35 +0100 |
commit | 3ba914c229adfed5c917d1ee23d35b9184b092c4 (patch) | |
tree | 3e96027e46f67894927cbc1f8ad60fa055485c6c /sfx2/source/control/unoctitm.cxx | |
parent | a31267be1bb42e8a5f80a3b660bbf969eeb5b647 (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 'sfx2/source/control/unoctitm.cxx')
-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 d5adabbaa598..5f4c2edf5241 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -1019,7 +1019,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; |