diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 17:17:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 21:27:41 +0100 |
commit | e5701af7c4226341776ed12c4bc5b24469a2599d (patch) | |
tree | 90c924cc2f8f393e39fdfaaf70639ff0fa02d850 /sc | |
parent | 22bf6e323465bd38b38fc026d801bb470e3f9d5c (diff) |
rework SfxEmojiControl to be a PopupWindowController
Change-Id: Ia3262e5b54257d5556c500f440806ac2df9886cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86794
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/app/scdll.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx index fd23b78cf7e3..d3a1bbdc1035 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.cxx @@ -172,8 +172,6 @@ void ScDLL::Init() SvxCTLTextTbxCtrl::RegisterControl(SID_ATTR_PARA_LEFT_TO_RIGHT, pMod); SvxCTLTextTbxCtrl::RegisterControl(SID_ATTR_PARA_RIGHT_TO_LEFT, pMod); - EmojiPopup::RegisterControl(SID_EMOJI_CONTROL, pMod ); - // Media Controller #if HAVE_FEATURE_AVMEDIA ::avmedia::MediaToolBoxControl::RegisterControl( SID_AVMEDIA_TOOLBOX, pMod ); |