summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2016-04-16 16:38:43 +0200
committerJan Holesovsky <kendy@collabora.com>2016-04-20 07:53:17 +0000
commitccaf108651ee7e477b09f496f33ea778307fe60b (patch)
tree11c22a3675a8ee06ab248d4879d582e6d1970c84 /sc
parentf7aa4344e4fec0e8bb49d6ba210bc3a78b7e1365 (diff)
character spacing control possible to use outside sidebar
Change-Id: Ic0c6458268b529bd0107d6ed5a35f49241cfb833 Reviewed-on: https://gerrit.libreoffice.org/24146 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'sc')
-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 d35328a901b2..ad5217d188db 100644
--- a/sc/source/ui/app/scdll.cxx
+++ b/sc/source/ui/app/scdll.cxx
@@ -33,6 +33,7 @@
#include <avmedia/mediatoolbox.hxx>
#include <comphelper/types.hxx>
#include <svx/ParaLineSpacingPopup.hxx>
+#include <svx/TextCharacterSpacingPopup.hxx>
#include <svtools/parhtml.hxx>
#include <sot/formats.hxx>
@@ -169,6 +170,7 @@ void ScDLL::Init()
SvxUndoRedoControl ::RegisterControl(SID_UNDO, pMod );
SvxUndoRedoControl ::RegisterControl(SID_REDO, pMod );
svx::ParaLineSpacingPopup ::RegisterControl(SID_ATTR_PARA_LINESPACE, pMod );
+ svx::TextCharacterSpacingPopup ::RegisterControl(SID_ATTR_CHAR_KERNING, pMod );
svx::FormatPaintBrushToolBoxControl::RegisterControl(SID_FORMATPAINTBRUSH, pMod );
SvxGrafModeToolBoxControl ::RegisterControl(SID_ATTR_GRAF_MODE, pMod);