diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-10-31 07:39:30 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-31 16:18:30 +0000 |
commit | c70f1545e2df5818f251b558dcc64a83d3c270d3 (patch) | |
tree | 1834970b131e07697f88d38dd9e2fb0f756d0f3d /chart2 | |
parent | 693014c9d3dcbf3c649d775143918e531b6e3ac0 (diff) |
Removed duplicated includes
Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6
Reviewed-on: https://gerrit.libreoffice.org/12160
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'chart2')
6 files changed, 0 insertions, 7 deletions
diff --git a/chart2/source/controller/dialogs/DataBrowserModel.cxx b/chart2/source/controller/dialogs/DataBrowserModel.cxx index 0b1b1d654932..c642ee1fa948 100644 --- a/chart2/source/controller/dialogs/DataBrowserModel.cxx +++ b/chart2/source/controller/dialogs/DataBrowserModel.cxx @@ -33,7 +33,6 @@ #include "ChartModel.hxx" #include <unonames.hxx> -#include <DataSeriesHelper.hxx> #include <com/sun/star/container/XIndexReplace.hpp> #include <com/sun/star/chart2/XAxis.hpp> diff --git a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx index e07ffbe529a5..165b179521f5 100644 --- a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx +++ b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx @@ -21,7 +21,6 @@ #include "dlg_ObjectProperties.hxx" #include "ResourceIds.hrc" #include "Strings.hrc" -#include "ResourceIds.hrc" #include "tp_AxisLabel.hxx" #include "tp_DataLabel.hxx" #include "tp_LegendPosition.hxx" diff --git a/chart2/source/controller/inc/res_Titles.hxx b/chart2/source/controller/inc/res_Titles.hxx index fe78e75b92c2..1e4e8c67cd91 100644 --- a/chart2/source/controller/inc/res_Titles.hxx +++ b/chart2/source/controller/inc/res_Titles.hxx @@ -22,7 +22,6 @@ #include "TitleDialogData.hxx" #include <vcl/builder.hxx> #include <vcl/fixed.hxx> -#include <vcl/fixed.hxx> namespace chart { diff --git a/chart2/source/model/template/GL3DBarChartTypeTemplate.hxx b/chart2/source/model/template/GL3DBarChartTypeTemplate.hxx index ce81771e8efa..6acd53e960ff 100644 --- a/chart2/source/model/template/GL3DBarChartTypeTemplate.hxx +++ b/chart2/source/model/template/GL3DBarChartTypeTemplate.hxx @@ -13,7 +13,6 @@ #include <MutexContainer.hxx> #include <ChartTypeTemplate.hxx> #include <OPropertySet.hxx> -#include <MutexContainer.hxx> #include <ServiceMacros.hxx> #include <comphelper/uno3.hxx> diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx index ac193c675aa7..a5a35e26a5d6 100644 --- a/chart2/source/view/main/DummyXShape.cxx +++ b/chart2/source/view/main/DummyXShape.cxx @@ -30,8 +30,6 @@ #include <editeng/unoprnms.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <algorithm> - #include <basegfx/point/b2dpoint.hxx> #include <basegfx/matrix/b3dhommatrix.hxx> diff --git a/chart2/source/view/main/OpenGLRender.cxx b/chart2/source/view/main/OpenGLRender.cxx index c16bb022ff38..15073c3f5137 100644 --- a/chart2/source/view/main/OpenGLRender.cxx +++ b/chart2/source/view/main/OpenGLRender.cxx @@ -15,7 +15,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/graphic/XGraphic.hpp> #include <comphelper/InlineContainer.hxx> -#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/CircleKind.hpp> #include <com/sun/star/drawing/DoubleSequence.hpp> #include <com/sun/star/drawing/FlagSequence.hpp> |