diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2017-06-19 11:34:48 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-07-06 14:36:55 +0200 |
commit | 800ac37021e3f8859a52c5eebca261a5d3bc5a11 (patch) | |
tree | e6c02dd05ce901f839d371e6290b3e78a4aad0ca /sd/source/ui | |
parent | 47b8034efc33a1c022d4a1f8385e3739aca86442 (diff) |
GSoC: Recent Charaters Toolbar Dropdown Control
Change-Id: Ib04d26fa5556e5c32db6799c16d0bbedc45504ec
Reviewed-on: https://gerrit.libreoffice.org/38944
Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/source/ui')
-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 fb744b74877d..f1f59ad48f00 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -92,6 +92,7 @@ #include <sfx2/docfile.hxx> #include <sfx2/fcontnr.hxx> #include <sfx2/emojipopup.hxx> +#include <sfx2/charmappopup.hxx> #include <sfx2/sidebar/SidebarChildWindow.hxx> #include <vcl/FilterConfigItem.hxx> #include <comphelper/processfactory.hxx> @@ -236,6 +237,7 @@ void SdDLL::RegisterControllers(SdModule* pMod) SvxTbxCtlDraw::RegisterControl(SID_INSERT_DRAW, pMod ); EmojiPopup::RegisterControl(SID_EMOJI_CONTROL, pMod ); + CharmapPopup::RegisterControl(SID_CHARMAP_CONTROL, pMod ); } void SdDLL::Init() |