From d59211357a4ae75365f23479ac2e1cd2376a5dab Mon Sep 17 00:00:00 2001 From: Marcel Metz Date: Fri, 6 Jan 2012 23:23:03 +0100 Subject: Removed unnecessary tools/debug.hxx includes. --- chart2/source/controller/dialogs/ObjectNameProvider.cxx | 1 - chart2/source/controller/dialogs/tp_ChartType.cxx | 1 - chart2/source/tools/LegendHelper.cxx | 1 - chart2/source/tools/ThreeDHelper.cxx | 2 -- chart2/source/tools/WrappedPropertySet.cxx | 2 -- chart2/source/view/axes/ScaleAutomatism.cxx | 1 - chart2/source/view/axes/VCartesianAxis.cxx | 1 - chart2/source/view/main/VDataSeries.cxx | 1 - 8 files changed, 10 deletions(-) (limited to 'chart2') diff --git a/chart2/source/controller/dialogs/ObjectNameProvider.cxx b/chart2/source/controller/dialogs/ObjectNameProvider.cxx index 84e31162559f..cc9e6f6c740c 100644 --- a/chart2/source/controller/dialogs/ObjectNameProvider.cxx +++ b/chart2/source/controller/dialogs/ObjectNameProvider.cxx @@ -42,7 +42,6 @@ #include "NumberFormatterWrapper.hxx" #include "RegressionCurveHelper.hxx" #include -#include #include #include diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx b/chart2/source/controller/dialogs/tp_ChartType.cxx index 8952f2f9ec3b..dbe13b7e3248 100644 --- a/chart2/source/controller/dialogs/tp_ChartType.cxx +++ b/chart2/source/controller/dialogs/tp_ChartType.cxx @@ -42,7 +42,6 @@ // header for define RET_OK #include -#include //for auto_ptr #include diff --git a/chart2/source/tools/LegendHelper.cxx b/chart2/source/tools/LegendHelper.cxx index 787e0bac7681..10f206404586 100644 --- a/chart2/source/tools/LegendHelper.cxx +++ b/chart2/source/tools/LegendHelper.cxx @@ -34,7 +34,6 @@ #include #include #include -#include using namespace ::com::sun::star; using ::com::sun::star::uno::Reference; diff --git a/chart2/source/tools/ThreeDHelper.cxx b/chart2/source/tools/ThreeDHelper.cxx index 71c8d6a922aa..86e2fcc33796 100644 --- a/chart2/source/tools/ThreeDHelper.cxx +++ b/chart2/source/tools/ThreeDHelper.cxx @@ -38,8 +38,6 @@ #include #include -#include - //............................................................................. namespace chart { diff --git a/chart2/source/tools/WrappedPropertySet.cxx b/chart2/source/tools/WrappedPropertySet.cxx index 6a85a3463380..fffe6549e227 100644 --- a/chart2/source/tools/WrappedPropertySet.cxx +++ b/chart2/source/tools/WrappedPropertySet.cxx @@ -33,8 +33,6 @@ // header for define DELETEZ #include -#include - //............................................................................. namespace chart { diff --git a/chart2/source/view/axes/ScaleAutomatism.cxx b/chart2/source/view/axes/ScaleAutomatism.cxx index 896caf976eee..92339139b465 100644 --- a/chart2/source/view/axes/ScaleAutomatism.cxx +++ b/chart2/source/view/axes/ScaleAutomatism.cxx @@ -35,7 +35,6 @@ #include #include -#include #include //............................................................................. diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx index 2c822aac3ca7..fa20c2e1053a 100644 --- a/chart2/source/view/axes/VCartesianAxis.cxx +++ b/chart2/source/view/axes/VCartesianAxis.cxx @@ -44,7 +44,6 @@ #include #include -#include #include #include #include diff --git a/chart2/source/view/main/VDataSeries.cxx b/chart2/source/view/main/VDataSeries.cxx index 29cfc959053c..a8294a31c4f7 100644 --- a/chart2/source/view/main/VDataSeries.cxx +++ b/chart2/source/view/main/VDataSeries.cxx @@ -40,7 +40,6 @@ #include #include -#include #include #include #include -- cgit