summaryrefslogtreecommitdiff
path: root/sc/source/ui
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 /sc/source/ui
parentc7abe70581ad6111cd5c46f699c5f7c27ae504cb (diff)
Register ParaLineSpacingPopup in sc and sd
The Sidebar Paragraph panel is used there for text boxes. Change-Id: Icff81d50c0341f02d29e36d0c3b99478a872a48f
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/app/scdll.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx
index f20e3420bb41..d94522205a28 100644
--- a/sc/source/ui/app/scdll.cxx
+++ b/sc/source/ui/app/scdll.cxx
@@ -35,6 +35,7 @@
#include <comphelper/types.hxx>
#include <svx/fontworkgallery.hxx>
#include <svx/tbxcustomshapes.hxx>
+#include <svx/ParaLineSpacingPopup.hxx>
#include <svtools/parhtml.hxx>
#include <sot/formats.hxx>
@@ -184,6 +185,7 @@ void ScDLL::Init()
SvxClipBoardControl ::RegisterControl(SID_PASTE, pMod );
SvxUndoRedoControl ::RegisterControl(SID_UNDO, pMod );
SvxUndoRedoControl ::RegisterControl(SID_REDO, pMod );
+ svx::ParaLineSpacingPopup ::RegisterControl(SID_ATTR_PARA_LINESPACE, pMod );
svx::FormatPaintBrushToolBoxControl::RegisterControl(SID_FORMATPAINTBRUSH, pMod );
SvxGrafModeToolBoxControl ::RegisterControl(SID_ATTR_GRAF_MODE, pMod);