diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-01-18 22:44:39 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-01-19 01:39:21 +0200 |
commit | 8cd6dd0a35b1c531ddb5010a3dea84f91f2ffb40 (patch) | |
tree | 3fa8a51d0d6e390c7847fecc19ab655839d3c164 /sw/source/uibase/app/swmodule.cxx | |
parent | ac00b3c256933e667f022a49854a05e40e3d0630 (diff) |
Kill .src based Writer context menus
Change-Id: I854e2dd48b2f59b561c0d0cd3e52297046d25b96
Diffstat (limited to 'sw/source/uibase/app/swmodule.cxx')
-rw-r--r-- | sw/source/uibase/app/swmodule.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/app/swmodule.cxx b/sw/source/uibase/app/swmodule.cxx index 0f3af657eddf..2c3559be17a4 100644 --- a/sw/source/uibase/app/swmodule.cxx +++ b/sw/source/uibase/app/swmodule.cxx @@ -28,7 +28,6 @@ #include <svx/svdobj.hxx> #include <svx/fntszctl.hxx> #include <svx/fntctl.hxx> -#include <svx/SmartTagCtl.hxx> #include <svx/pszctrl.hxx> #include <svx/insctrl.hxx> #include <svx/selctrl.hxx> @@ -377,7 +376,6 @@ void SwDLL::RegisterControls() ::avmedia::MediaToolBoxControl::RegisterControl(SID_AVMEDIA_TOOLBOX, pMod); ::avmedia::MediaPlayer::RegisterChildWindow(false, pMod); - SvxSmartTagsControl::RegisterControl(SID_OPEN_SMARTTAGMENU, pMod); ::sfx2::sidebar::SidebarChildWindow::RegisterChildWindow(false, pMod); SwJumpToSpecificPageControl::RegisterControl(SID_JUMP_TO_SPECIFIC_PAGE, pMod); } |