From 16244e7f241994fd0284b4ba77933d8fb2f25c1c Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 28 Mar 2012 00:29:29 +0900 Subject: removed duplicate includes in avmedia / basic / canvas / chart2 / comphelper --- chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx | 1 - chart2/source/controller/dialogs/dlg_DataEditor.cxx | 1 - chart2/source/controller/main/ControllerCommandDispatch.cxx | 1 - chart2/source/model/main/ChartModel.cxx | 1 - chart2/source/model/template/ChartTypeTemplate.cxx | 1 - chart2/source/model/template/PieChartType.cxx | 1 - chart2/source/tools/CharacterProperties.cxx | 1 - chart2/source/tools/DiagramHelper.cxx | 1 - 8 files changed, 8 deletions(-) (limited to 'chart2') diff --git a/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx b/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx index f5cb7293f46a..832ddef5629b 100644 --- a/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx +++ b/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx @@ -34,7 +34,6 @@ #include "ContainerHelper.hxx" #include "TimerTriggeredControllerLock.hxx" #include -#include // header for class Application #include #include diff --git a/chart2/source/controller/dialogs/dlg_DataEditor.cxx b/chart2/source/controller/dialogs/dlg_DataEditor.cxx index 05a578d5423d..ef11fe2adae6 100644 --- a/chart2/source/controller/dialogs/dlg_DataEditor.cxx +++ b/chart2/source/controller/dialogs/dlg_DataEditor.cxx @@ -33,7 +33,6 @@ #include "DataBrowser.hxx" #include "ResId.hxx" -#include "Strings.hrc" #include "SchSlotIds.hxx" #include #include diff --git a/chart2/source/controller/main/ControllerCommandDispatch.cxx b/chart2/source/controller/main/ControllerCommandDispatch.cxx index 251098119214..fa85ff3cce5a 100644 --- a/chart2/source/controller/main/ControllerCommandDispatch.cxx +++ b/chart2/source/controller/main/ControllerCommandDispatch.cxx @@ -36,7 +36,6 @@ #include "ObjectIdentifier.hxx" #include "macros.hxx" #include "ChartTypeHelper.hxx" -#include "DiagramHelper.hxx" #include "ChartController.hxx" #include "RegressionCurveHelper.hxx" #include "DataSeriesHelper.hxx" diff --git a/chart2/source/model/main/ChartModel.cxx b/chart2/source/model/main/ChartModel.cxx index d8718825b3df..6430d3a4b3f3 100644 --- a/chart2/source/model/main/ChartModel.cxx +++ b/chart2/source/model/main/ChartModel.cxx @@ -30,7 +30,6 @@ #include "servicenames.hxx" #include "MediaDescriptorHelper.hxx" #include "macros.hxx" -#include "servicenames.hxx" #include "NoWarningThisInCTOR.hxx" #include "DataSourceHelper.hxx" #include "ChartModelHelper.hxx" diff --git a/chart2/source/model/template/ChartTypeTemplate.cxx b/chart2/source/model/template/ChartTypeTemplate.cxx index 0fe079e40849..5d65f392c7b0 100644 --- a/chart2/source/model/template/ChartTypeTemplate.cxx +++ b/chart2/source/model/template/ChartTypeTemplate.cxx @@ -46,7 +46,6 @@ #include #include #include -#include #include #include diff --git a/chart2/source/model/template/PieChartType.cxx b/chart2/source/model/template/PieChartType.cxx index 0c50756d0318..6fdb8e2cce9a 100644 --- a/chart2/source/model/template/PieChartType.cxx +++ b/chart2/source/model/template/PieChartType.cxx @@ -34,7 +34,6 @@ #include "servicenames_charttypes.hxx" #include "ContainerHelper.hxx" #include "AxisIndexDefines.hxx" -#include "AxisHelper.hxx" #include #include diff --git a/chart2/source/tools/CharacterProperties.cxx b/chart2/source/tools/CharacterProperties.cxx index c07a94136708..8da99402f742 100644 --- a/chart2/source/tools/CharacterProperties.cxx +++ b/chart2/source/tools/CharacterProperties.cxx @@ -40,7 +40,6 @@ #include #include #include -#include #include #include #include diff --git a/chart2/source/tools/DiagramHelper.cxx b/chart2/source/tools/DiagramHelper.cxx index cdf11d55d8f9..27026c5ba28c 100644 --- a/chart2/source/tools/DiagramHelper.cxx +++ b/chart2/source/tools/DiagramHelper.cxx @@ -38,7 +38,6 @@ #include "CommonConverters.hxx" #include "ExplicitCategoriesProvider.hxx" #include "servicenames_charttypes.hxx" -#include "ChartModelHelper.hxx" #include "RelativePositionHelper.hxx" #include "ControllerLockGuard.hxx" #include "NumberFormatterWrapper.hxx" -- cgit