diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-12-06 15:49:59 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-06 18:17:06 +0000 |
commit | 0c6c37cb01c242ad9324bc91ac15c974529086c5 (patch) | |
tree | 6782e8958d6a55446fbee4ff73a7db365e69085a /include | |
parent | 08befaceb65bf2f0f0e8ec976f7826be8f5dd7d7 (diff) |
cleanup unused includes (related to tdf#88206)
cppuhelper/compbase*.hxx and cppuhelper/implbase*.hxx
compbase*.hxx includes implbase*.hxx replace compbase*.hxx if only
implbase*.hxx stuff is used.
Change-Id: I631a20aee411c6a32ffcf470f6e392621755f995
Reviewed-on: https://gerrit.libreoffice.org/31686
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/basegfx/tools/unotools.hxx | 1 | ||||
-rw-r--r-- | include/connectivity/sdbcx/VIndex.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/sidebar/ControllerItem.hxx | 1 | ||||
-rw-r--r-- | include/toolkit/awt/vclxaccessiblecomponent.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/include/basegfx/tools/unotools.hxx b/include/basegfx/tools/unotools.hxx index 7cc74a974d62..f459622e0429 100644 --- a/include/basegfx/tools/unotools.hxx +++ b/include/basegfx/tools/unotools.hxx @@ -11,7 +11,6 @@ #define INCLUDED_BASEGFX_TOOLS_UNOTOOLS_HXX #include <cppuhelper/basemutex.hxx> -#include <cppuhelper/compbase3.hxx> #include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/rendering/FillRule.hpp> diff --git a/include/connectivity/sdbcx/VIndex.hxx b/include/connectivity/sdbcx/VIndex.hxx index 4cd32c218671..65738a7fbaac 100644 --- a/include/connectivity/sdbcx/VIndex.hxx +++ b/include/connectivity/sdbcx/VIndex.hxx @@ -24,7 +24,6 @@ #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <com/sun/star/container/XNamed.hpp> #include <comphelper/IdPropArrayHelper.hxx> -#include <cppuhelper/compbase2.hxx> #include <cppuhelper/basemutex.hxx> #include <connectivity/CommonTools.hxx> #include <connectivity/sdbcx/VTypeDef.hxx> diff --git a/include/sfx2/sidebar/ControllerItem.hxx b/include/sfx2/sidebar/ControllerItem.hxx index 762302220bda..3ad467e49e8e 100644 --- a/include/sfx2/sidebar/ControllerItem.hxx +++ b/include/sfx2/sidebar/ControllerItem.hxx @@ -21,7 +21,6 @@ #include <sfx2/ctrlitem.hxx> -#include <cppuhelper/compbase1.hxx> #include <cppuhelper/basemutex.hxx> #include <unotools/cmdoptions.hxx> #include <vcl/image.hxx> diff --git a/include/toolkit/awt/vclxaccessiblecomponent.hxx b/include/toolkit/awt/vclxaccessiblecomponent.hxx index 3f37fd589605..6adbc484bef8 100644 --- a/include/toolkit/awt/vclxaccessiblecomponent.hxx +++ b/include/toolkit/awt/vclxaccessiblecomponent.hxx @@ -27,7 +27,6 @@ #include <com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <cppuhelper/compbase3.hxx> #include <cppuhelper/implbase1.hxx> #include <comphelper/accimplaccess.hxx> #include <comphelper/accessiblecomponenthelper.hxx> |