summaryrefslogtreecommitdiff
path: root/chart2/source/inc
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2018-04-14 22:31:33 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2018-04-15 11:17:24 +0200
commitb4d36b5dcfc84b2aa8913ac69ad12077713cee84 (patch)
treedafa07a7290a7e913eeb3d7a23c4366d01fcf2d8 /chart2/source/inc
parentc8c74a0b4ca6f3a3619f423b6548c80c52392ae0 (diff)
remove some unused comphelper includes
and fix the fallout Change-Id: I5d0c2040f57a3ac354a7e277592da31d09a5f359 Reviewed-on: https://gerrit.libreoffice.org/52894 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'chart2/source/inc')
-rw-r--r--chart2/source/inc/ConfigColorScheme.hxx1
-rw-r--r--chart2/source/inc/DataSource.hxx1
-rw-r--r--chart2/source/inc/ErrorBar.hxx1
-rw-r--r--chart2/source/inc/LabeledDataSequence.hxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/inc/ConfigColorScheme.hxx b/chart2/source/inc/ConfigColorScheme.hxx
index 1e6da809232f..b4a4ee5004ee 100644
--- a/chart2/source/inc/ConfigColorScheme.hxx
+++ b/chart2/source/inc/ConfigColorScheme.hxx
@@ -21,7 +21,6 @@
#include "charttoolsdllapi.hxx"
#include <cppuhelper/implbase.hxx>
-#include <comphelper/uno3.hxx>
#include <com/sun/star/chart2/XColorScheme.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
diff --git a/chart2/source/inc/DataSource.hxx b/chart2/source/inc/DataSource.hxx
index 1d0bb7fce7d9..17d2a386be1f 100644
--- a/chart2/source/inc/DataSource.hxx
+++ b/chart2/source/inc/DataSource.hxx
@@ -24,7 +24,6 @@
#include <com/sun/star/chart2/data/XDataSink.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/implbase.hxx>
-#include <comphelper/uno3.hxx>
namespace chart
{
diff --git a/chart2/source/inc/ErrorBar.hxx b/chart2/source/inc/ErrorBar.hxx
index da8b3d8ec9da..3e20a0c5c280 100644
--- a/chart2/source/inc/ErrorBar.hxx
+++ b/chart2/source/inc/ErrorBar.hxx
@@ -24,7 +24,6 @@
#include "charttoolsdllapi.hxx"
#include <cppuhelper/implbase.hxx>
-#include <comphelper/uno3.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
diff --git a/chart2/source/inc/LabeledDataSequence.hxx b/chart2/source/inc/LabeledDataSequence.hxx
index 948b38898a0d..5b8923cb7530 100644
--- a/chart2/source/inc/LabeledDataSequence.hxx
+++ b/chart2/source/inc/LabeledDataSequence.hxx
@@ -20,7 +20,6 @@
#define INCLUDED_CHART2_SOURCE_INC_LABELEDDATASEQUENCE_HXX
#include "MutexContainer.hxx"
-#include <comphelper/uno3.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/chart2/data/XLabeledDataSequence2.hpp>