summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-11-05 11:27:03 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2014-11-05 11:29:54 +0200
commit67c39b2f4f73bb43b9879f38a71cfa84edc65c79 (patch)
tree46e40a10ab8c16ca20b7f9019cde22cf0eebb62c /sd
parentremoved nTimeout variable (diff)
downloadcore-67c39b2f4f73bb43b9879f38a71cfa84edc65c79.tar.gz
core-67c39b2f4f73bb43b9879f38a71cfa84edc65c79.zip
Register ParaLineSpacingPopup in sc and sd
The Sidebar Paragraph panel is used there for text boxes. Change-Id: Icff81d50c0341f02d29e36d0c3b99478a872a48f
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/app/sddll.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx
index 2162ac48ee38..c2016bace897 100644
--- a/sd/source/ui/app/sddll.cxx
+++ b/sd/source/ui/app/sddll.cxx
@@ -71,6 +71,7 @@
#include <svx/fontwork.hxx>
#include <svx/fontworkgallery.hxx>
#include <svx/formatpaintbrushctrl.hxx>
+#include <svx/ParaLineSpacingPopup.hxx>
#include <svx/grafctrl.hxx>
#include <svx/hyperdlg.hxx>
#include <svx/imapdlg.hxx>
@@ -259,6 +260,7 @@ void SdDLL::RegisterControllers()
SvxColorToolBoxControl::RegisterControl( SID_EXTRUSION_3D_COLOR, pMod );
svx::FontWorkShapeTypeControl::RegisterControl( SID_FONTWORK_SHAPE_TYPE, pMod );
+ svx::ParaLineSpacingPopup::RegisterControl(SID_ATTR_PARA_LINESPACE, pMod);
::avmedia::MediaToolBoxControl::RegisterControl( SID_AVMEDIA_TOOLBOX, pMod );
XmlSecStatusBarControl::RegisterControl( SID_SIGNATURE, pMod );