From e5701af7c4226341776ed12c4bc5b24469a2599d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 14 Jan 2020 17:17:35 +0000 Subject: rework SfxEmojiControl to be a PopupWindowController MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia3262e5b54257d5556c500f440806ac2df9886cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86794 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sw/source/uibase/app/swmodule.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sw') diff --git a/sw/source/uibase/app/swmodule.cxx b/sw/source/uibase/app/swmodule.cxx index 936370d89bb8..d2f60c269e49 100644 --- a/sw/source/uibase/app/swmodule.cxx +++ b/sw/source/uibase/app/swmodule.cxx @@ -309,8 +309,6 @@ void SwDLL::RegisterControls() SvxModifyControl::RegisterControl( SID_DOC_MODIFIED, pMod ); SvxZoomSliderControl::RegisterControl( SID_ATTR_ZOOMSLIDER, pMod ); - EmojiPopup::RegisterControl(SID_EMOJI_CONTROL, pMod ); - SvxIMapDlgChildWindow::RegisterChildWindow( false, pMod ); SvxSearchDialogWrapper::RegisterChildWindow( false, pMod ); SvxHlinkDlgWrapper::RegisterChildWindow( false, pMod ); -- cgit