diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-06-07 12:26:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-07 14:00:27 +0200 |
commit | a83740ebcf91649ff2611582b124bf2d0ce2e133 (patch) | |
tree | 1de0ecf46457a01d3125c8cd33ba3cd6eddfbc3b /framework/source | |
parent | cb9be0e492d047648185ae80553220fd9b538746 (diff) |
framework: cleanup xtypeprovider.hxx includes
LayoutManager uses macro impl from comphelper, so use declarations
from comphelper too.
Change-Id: I638492849742782d48c3bb5439c2255e72f9f694
Reviewed-on: https://gerrit.libreoffice.org/38496
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source')
6 files changed, 0 insertions, 6 deletions
diff --git a/framework/source/inc/accelerators/acceleratorconfiguration.hxx b/framework/source/inc/accelerators/acceleratorconfiguration.hxx index 7d7cd6c7b268..097a409c80d3 100644 --- a/framework/source/inc/accelerators/acceleratorconfiguration.hxx +++ b/framework/source/inc/accelerators/acceleratorconfiguration.hxx @@ -23,7 +23,6 @@ #include <accelerators/presethandler.hxx> #include <accelerators/acceleratorcache.hxx> #include <macros/xinterface.hxx> -#include <macros/xtypeprovider.hxx> #include <general.h> #include <stdtypes.h> diff --git a/framework/source/layoutmanager/toolbarlayoutmanager.hxx b/framework/source/layoutmanager/toolbarlayoutmanager.hxx index abbe95341344..d58e23f48fa7 100644 --- a/framework/source/layoutmanager/toolbarlayoutmanager.hxx +++ b/framework/source/layoutmanager/toolbarlayoutmanager.hxx @@ -26,7 +26,6 @@ #include <vector> #include <macros/xinterface.hxx> -#include <macros/xtypeprovider.hxx> #include <macros/xserviceinfo.hxx> #include <stdtypes.h> #include <properties.h> diff --git a/framework/source/uiconfiguration/imagemanagerimpl.hxx b/framework/source/uiconfiguration/imagemanagerimpl.hxx index ef3b725c80f6..d48b8f27269c 100644 --- a/framework/source/uiconfiguration/imagemanagerimpl.hxx +++ b/framework/source/uiconfiguration/imagemanagerimpl.hxx @@ -21,7 +21,6 @@ #define INCLUDED_FRAMEWORK_SOURCE_UICONFIGURATION_IMAGEMANAGERIMPL_HXX #include <macros/xinterface.hxx> -#include <macros/xtypeprovider.hxx> #include <macros/xserviceinfo.hxx> #include <stdtypes.h> #include <uiconfiguration/imagetype.hxx> diff --git a/framework/source/uielement/langselectionstatusbarcontroller.cxx b/framework/source/uielement/langselectionstatusbarcontroller.cxx index 03bb59cbce0a..b39301f669f8 100644 --- a/framework/source/uielement/langselectionstatusbarcontroller.cxx +++ b/framework/source/uielement/langselectionstatusbarcontroller.cxx @@ -55,7 +55,6 @@ #include <rtl/ref.hxx> #include <macros/xinterface.hxx> -#include <macros/xtypeprovider.hxx> #include <macros/xserviceinfo.hxx> #include <stdtypes.h> diff --git a/framework/source/uielement/statusbarmanager.cxx b/framework/source/uielement/statusbarmanager.cxx index 6b7ef00b33c3..ba5d900fe203 100644 --- a/framework/source/uielement/statusbarmanager.cxx +++ b/framework/source/uielement/statusbarmanager.cxx @@ -25,7 +25,6 @@ #include <uielement/statusbarmerger.hxx> #include <uielement/statusbaritem.hxx> #include <macros/xinterface.hxx> -#include <macros/xtypeprovider.hxx> #include <stdtypes.h> #include "services.h" #include "general.h" diff --git a/framework/source/uifactory/addonstoolbarfactory.cxx b/framework/source/uifactory/addonstoolbarfactory.cxx index b79357daa4ef..03c45f441398 100644 --- a/framework/source/uifactory/addonstoolbarfactory.cxx +++ b/framework/source/uifactory/addonstoolbarfactory.cxx @@ -36,7 +36,6 @@ #include <rtl/ustrbuf.hxx> #include <macros/xinterface.hxx> -#include <macros/xtypeprovider.hxx> #include <macros/xserviceinfo.hxx> #include <services.h> |