diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-07-13 13:27:01 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-07-13 12:58:55 +0000 |
commit | 194d4a02b9117064106fba0bde6b9494831d6475 (patch) | |
tree | a39ba541ae8c528a50dfe9e33a61e8ed9ea35272 /chart2/source/tools | |
parent | c4cb83504faa1d241a116001fd27f7148de300ba (diff) |
chart2: remove unused ContainerHelper.hxx includes
remove using namespace ::chart::ContainerHelper;
to match other uses
Change-Id: I343086a6b7d70c84499b209680973431c7317219
Reviewed-on: https://gerrit.libreoffice.org/27184
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'chart2/source/tools')
-rw-r--r-- | chart2/source/tools/AxisHelper.cxx | 1 | ||||
-rw-r--r-- | chart2/source/tools/CachedDataSequence.cxx | 2 | ||||
-rw-r--r-- | chart2/source/tools/CharacterProperties.cxx | 1 | ||||
-rw-r--r-- | chart2/source/tools/ConfigColorScheme.cxx | 1 | ||||
-rw-r--r-- | chart2/source/tools/DataSourceHelper.cxx | 1 | ||||
-rw-r--r-- | chart2/source/tools/ExplicitCategoriesProvider.cxx | 1 | ||||
-rw-r--r-- | chart2/source/tools/RangeHighlighter.cxx | 1 | ||||
-rw-r--r-- | chart2/source/tools/RegressionCurveModel.cxx | 1 |
8 files changed, 0 insertions, 9 deletions
diff --git a/chart2/source/tools/AxisHelper.cxx b/chart2/source/tools/AxisHelper.cxx index cdc262970f3c..1fb25ad426ab 100644 --- a/chart2/source/tools/AxisHelper.cxx +++ b/chart2/source/tools/AxisHelper.cxx @@ -23,7 +23,6 @@ #include "macros.hxx" #include "AxisIndexDefines.hxx" #include "LinePropertiesHelper.hxx" -#include "ContainerHelper.hxx" #include "servicenames_coosystems.hxx" #include "DataSeriesHelper.hxx" #include "Scaling.hxx" diff --git a/chart2/source/tools/CachedDataSequence.cxx b/chart2/source/tools/CachedDataSequence.cxx index 68afef590eb2..0a4c634f7040 100644 --- a/chart2/source/tools/CachedDataSequence.cxx +++ b/chart2/source/tools/CachedDataSequence.cxx @@ -20,7 +20,6 @@ #include "CachedDataSequence.hxx" #include "macros.hxx" #include "PropertyHelper.hxx" -#include "ContainerHelper.hxx" #include "CommonFunctors.hxx" #include "ModifyListenerHelper.hxx" @@ -32,7 +31,6 @@ #include <rtl/math.hxx> using namespace ::com::sun::star; -using namespace ::chart::ContainerHelper; using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::Reference; diff --git a/chart2/source/tools/CharacterProperties.cxx b/chart2/source/tools/CharacterProperties.cxx index fe3d28732c46..f0a953550e40 100644 --- a/chart2/source/tools/CharacterProperties.cxx +++ b/chart2/source/tools/CharacterProperties.cxx @@ -18,7 +18,6 @@ */ #include "CharacterProperties.hxx" -#include "ContainerHelper.hxx" #include "macros.hxx" #include <com/sun/star/beans/PropertyAttribute.hpp> diff --git a/chart2/source/tools/ConfigColorScheme.cxx b/chart2/source/tools/ConfigColorScheme.cxx index 69ddf393ef43..5d474ddf269e 100644 --- a/chart2/source/tools/ConfigColorScheme.cxx +++ b/chart2/source/tools/ConfigColorScheme.cxx @@ -18,7 +18,6 @@ */ #include "ConfigColorScheme.hxx" -#include "ContainerHelper.hxx" #include "macros.hxx" #include <unotools/configitem.hxx> diff --git a/chart2/source/tools/DataSourceHelper.cxx b/chart2/source/tools/DataSourceHelper.cxx index 11a6c762336f..d75ad20ce3bf 100644 --- a/chart2/source/tools/DataSourceHelper.cxx +++ b/chart2/source/tools/DataSourceHelper.cxx @@ -23,7 +23,6 @@ #include "DiagramHelper.hxx" #include "DataSeriesHelper.hxx" #include "DataSource.hxx" -#include "ContainerHelper.hxx" #include "ControllerLockGuard.hxx" #include "PropertyHelper.hxx" #include "CachedDataSequence.hxx" diff --git a/chart2/source/tools/ExplicitCategoriesProvider.cxx b/chart2/source/tools/ExplicitCategoriesProvider.cxx index ca9475ba444b..fc45f1f6d387 100644 --- a/chart2/source/tools/ExplicitCategoriesProvider.cxx +++ b/chart2/source/tools/ExplicitCategoriesProvider.cxx @@ -24,7 +24,6 @@ #include "CommonConverters.hxx" #include "DataSourceHelper.hxx" #include "ChartModelHelper.hxx" -#include "ContainerHelper.hxx" #include "macros.hxx" #include "NumberFormatterWrapper.hxx" #include <unonames.hxx> diff --git a/chart2/source/tools/RangeHighlighter.cxx b/chart2/source/tools/RangeHighlighter.cxx index 55b90e1a0e7a..be12ffdebe53 100644 --- a/chart2/source/tools/RangeHighlighter.cxx +++ b/chart2/source/tools/RangeHighlighter.cxx @@ -21,7 +21,6 @@ #include "WeakListenerAdapter.hxx" #include "ChartModelHelper.hxx" #include "DataSourceHelper.hxx" -#include "ContainerHelper.hxx" #include "macros.hxx" #include "ObjectIdentifier.hxx" #include "DataSeriesHelper.hxx" diff --git a/chart2/source/tools/RegressionCurveModel.cxx b/chart2/source/tools/RegressionCurveModel.cxx index 0133ff032268..d09e46e558ef 100644 --- a/chart2/source/tools/RegressionCurveModel.cxx +++ b/chart2/source/tools/RegressionCurveModel.cxx @@ -23,7 +23,6 @@ #include "RegressionCurveHelper.hxx" #include "RegressionCalculationHelper.hxx" #include "RegressionEquation.hxx" -#include "ContainerHelper.hxx" #include "CloneHelper.hxx" #include "PropertyHelper.hxx" #include <cppuhelper/supportsservice.hxx> |