diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-21 09:59:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-21 11:07:21 +0000 |
commit | e0b71d8e5ac24b3a51ec7d9e4738de7c6367cbe9 (patch) | |
tree | fd633485465da4cf2c7eda0c99e3a0aa8f3b8be7 /sw | |
parent | c6797f77635e543ad82ba30115bdd80535d52620 (diff) |
remove newly unused SfxImageManager
Change-Id: If68637fe49b5d252ad4ec5d63d56261113be6a7c
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/config/mailconfigpage.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/misc/num.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/ribbar/inputwin.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/utlui/navipi.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/config/mailconfigpage.cxx b/sw/source/ui/config/mailconfigpage.cxx index 8c2a72be8b9d..c1e6e8a69491 100644 --- a/sw/source/ui/config/mailconfigpage.cxx +++ b/sw/source/ui/config/mailconfigpage.cxx @@ -20,7 +20,6 @@ #include <swmodule.hxx> #include <swtypes.hxx> #include <mailconfigpage.hxx> -#include <sfx2/imgmgr.hxx> #include <svtools/svmedit.hxx> #include <svtools/svtabbx.hxx> #include <svtools/headbar.hxx> diff --git a/sw/source/ui/misc/num.cxx b/sw/source/ui/misc/num.cxx index ac2b5ad1728b..254d5905f08d 100644 --- a/sw/source/ui/misc/num.cxx +++ b/sw/source/ui/misc/num.cxx @@ -20,7 +20,6 @@ #include <hintids.hxx> #include <vcl/msgbox.hxx> #include <sfx2/app.hxx> -#include <sfx2/imgmgr.hxx> #include <svx/gallery.hxx> #include <editeng/brushitem.hxx> #include <editeng/lrspitem.hxx> diff --git a/sw/source/uibase/ribbar/inputwin.cxx b/sw/source/uibase/ribbar/inputwin.cxx index 64f7a6a8873a..63ea4fa7e15e 100644 --- a/sw/source/uibase/ribbar/inputwin.cxx +++ b/sw/source/uibase/ribbar/inputwin.cxx @@ -22,7 +22,6 @@ #include <comphelper/string.hxx> #include <officecfg/Office/Common.hxx> #include <tools/gen.hxx> -#include <sfx2/imgmgr.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/dispatch.hxx> #include <svx/ruler.hxx> diff --git a/sw/source/uibase/utlui/navipi.cxx b/sw/source/uibase/utlui/navipi.cxx index 30075f1169f3..e1e9adc8a222 100644 --- a/sw/source/uibase/utlui/navipi.cxx +++ b/sw/source/uibase/utlui/navipi.cxx @@ -28,7 +28,6 @@ #include <sot/formats.hxx> #include <sot/filelist.hxx> #include <sfx2/event.hxx> -#include <sfx2/imgmgr.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/dockwin.hxx> #include <sfx2/navigat.hxx> |