summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2016-09-06 14:14:19 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-09-07 19:26:56 +0000
commitd5137fe53e5f2e0b87dd27f6e7602a392b3931bd (patch)
tree725115d5d063ef24fbb3fda9d6cec65040f91184 /sw/source/uibase/app
parente928e2daa3a8a9ad5d8ee7bf5982b41ec9cc6344 (diff)
Page column popup converted to use outside the sidebar
Change-Id: Iedb239eba5d74d10cef68276c2a03028f8cf81bf Reviewed-on: https://gerrit.libreoffice.org/28703 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/source/uibase/app')
-rw-r--r--sw/source/uibase/app/swmodule.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/uibase/app/swmodule.cxx b/sw/source/uibase/app/swmodule.cxx
index e41b621ddd79..45be91e3c40e 100644
--- a/sw/source/uibase/app/swmodule.cxx
+++ b/sw/source/uibase/app/swmodule.cxx
@@ -111,6 +111,7 @@
#include <svx/rubydialog.hxx>
#include <svtools/colorcfg.hxx>
#include <PageOrientationPopup.hxx>
+#include <PageColumnPopup.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/moduleoptions.hxx>
@@ -293,6 +294,7 @@ void SwDLL::RegisterControls()
svx::ParaULSpacingControl::RegisterControl(SID_ATTR_PARA_ULSPACE, pMod);
svx::ParaLRSpacingControl::RegisterControl(SID_ATTR_PARA_LRSPACE, pMod);
PageOrientationPopup::RegisterControl(SID_ATTR_PAGE_ORIENTATION, pMod);
+ PageColumnPopup::RegisterControl(SID_ATTR_PAGE_COLUMN, pMod);
SvxColorToolBoxControl::RegisterControl( SID_EXTRUSION_3D_COLOR, pMod );