diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-02-22 18:47:15 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-02-28 09:10:19 +0200 |
commit | 7affe26a1291eef8c77e890228061f13e987bff1 (patch) | |
tree | c39da5089c427f9cd5be8602449f302a573df7b3 /sd | |
parent | 5978b78eb2ee016bfda0a572ae1a9c86dc639241 (diff) |
Kill sfx2 menu support
Change-Id: I340a066881b1962a4bcd5a2b7d9a0425d8b9557c
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/annotations/annotationwindow.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/app/sddll.cxx | 5 | ||||
-rw-r--r-- | sd/source/ui/sidebar/MasterPagesSelector.cxx | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/sd/source/ui/annotations/annotationwindow.cxx b/sd/source/ui/annotations/annotationwindow.cxx index 7ecf96fc617a..fe92614a6f65 100644 --- a/sd/source/ui/annotations/annotationwindow.cxx +++ b/sd/source/ui/annotations/annotationwindow.cxx @@ -56,7 +56,6 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> -#include <sfx2/mnumgr.hxx> #include <vcl/vclenum.hxx> #include <vcl/edit.hxx> diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index b2c67210f48d..c229ff992063 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -89,7 +89,6 @@ #include <sfx2/docfilt.hxx> #include <sfx2/docfile.hxx> #include <sfx2/fcontnr.hxx> -#include <sfx2/mnuitem.hxx> #include <sfx2/sidebar/SidebarChildWindow.hxx> #include <vcl/FilterConfigItem.hxx> #include <comphelper/processfactory.hxx> @@ -217,10 +216,6 @@ void SdDLL::RegisterControllers() SvxModifyControl::RegisterControl( SID_DOC_MODIFIED, pMod ); SvxZoomSliderControl::RegisterControl( SID_ATTR_ZOOMSLIDER, pMod ); - SfxMenuControl::RegisterControl( SID_SET_SNAPITEM, pMod ); - SfxMenuControl::RegisterControl( SID_DELETE_SNAPITEM, pMod ); - SfxMenuControl::RegisterControl( SID_BEZIER_CLOSE, pMod ); - // #UndoRedo# SvxUndoRedoControl::RegisterControl( SID_UNDO , pMod ); SvxUndoRedoControl::RegisterControl( SID_REDO , pMod ); diff --git a/sd/source/ui/sidebar/MasterPagesSelector.cxx b/sd/source/ui/sidebar/MasterPagesSelector.cxx index 3eb1e7498529..2f61b25a320a 100644 --- a/sd/source/ui/sidebar/MasterPagesSelector.cxx +++ b/sd/source/ui/sidebar/MasterPagesSelector.cxx @@ -47,7 +47,6 @@ #include <svl/languageoptions.hxx> #include <sfx2/app.hxx> #include <sfx2/dispatch.hxx> -#include <sfx2/mnumgr.hxx> #include <svl/itemset.hxx> #include <svl/eitem.hxx> #include <svx/dlgutil.hxx> |