diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2016-04-16 16:38:43 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2016-04-20 07:53:17 +0000 |
commit | ccaf108651ee7e477b09f496f33ea778307fe60b (patch) | |
tree | 11c22a3675a8ee06ab248d4879d582e6d1970c84 /sd | |
parent | f7aa4344e4fec0e8bb49d6ba210bc3a78b7e1365 (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 'sd')
-rw-r--r-- | sd/source/ui/app/sddll.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index c229ff992063..4251f5f07702 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -69,6 +69,7 @@ #include <svx/fontwork.hxx> #include <svx/formatpaintbrushctrl.hxx> #include <svx/ParaLineSpacingPopup.hxx> +#include <svx/TextCharacterSpacingPopup.hxx> #include <svx/grafctrl.hxx> #include <svx/hyperdlg.hxx> #include <svx/imapdlg.hxx> @@ -227,6 +228,7 @@ void SdDLL::RegisterControllers() SvxColorToolBoxControl::RegisterControl( SID_EXTRUSION_3D_COLOR, pMod ); svx::ParaLineSpacingPopup::RegisterControl(SID_ATTR_PARA_LINESPACE, pMod); + svx::TextCharacterSpacingPopup::RegisterControl(SID_ATTR_CHAR_KERNING, pMod); ::avmedia::MediaToolBoxControl::RegisterControl( SID_AVMEDIA_TOOLBOX, pMod ); XmlSecStatusBarControl::RegisterControl( SID_SIGNATURE, pMod ); |