From cbe43883e465336da55c96665f9bb7672ffa3bb0 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Fri, 26 Aug 2016 14:00:03 +0200 Subject: Page orientation popup converted to use outside sidebar * popup converted to .ui file * added .uno:Orientation * label & icon for .uno:Orientation * control inserted to the notebookbar.ui (Page layout tab) Change-Id: I93f35a65c4461635d0cfd1afd4546a9d2a8c4d04 Reviewed-on: https://gerrit.libreoffice.org/28405 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- sw/source/uibase/app/swmodule.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/source/uibase/app') diff --git a/sw/source/uibase/app/swmodule.cxx b/sw/source/uibase/app/swmodule.cxx index 2b0b33cc5783..e41b621ddd79 100644 --- a/sw/source/uibase/app/swmodule.cxx +++ b/sw/source/uibase/app/swmodule.cxx @@ -110,6 +110,7 @@ #include #include #include +#include #include #include @@ -291,6 +292,7 @@ void SwDLL::RegisterControls() svx::TextUnderlinePopup::RegisterControl(SID_ATTR_CHAR_UNDERLINE, pMod); svx::ParaULSpacingControl::RegisterControl(SID_ATTR_PARA_ULSPACE, pMod); svx::ParaLRSpacingControl::RegisterControl(SID_ATTR_PARA_LRSPACE, pMod); + PageOrientationPopup::RegisterControl(SID_ATTR_PAGE_ORIENTATION, pMod); SvxColorToolBoxControl::RegisterControl( SID_EXTRUSION_3D_COLOR, pMod ); -- cgit