summaryrefslogtreecommitdiff
path: root/chart2/source/controller/sidebar
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:44:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:12 +0200
commitd63b706dad58eb09014420cdaee5f1399d0e2d9e (patch)
tree424a9700c318c50ebd0c49feb02abd4e0b6ae101 /chart2/source/controller/sidebar
parent696722f2c89e1647d89db4622264446d65c9fc81 (diff)
loplugin:includeform: chart2
Change-Id: I5b455c684e7cd689d5160135246f3400363c7d40
Diffstat (limited to 'chart2/source/controller/sidebar')
-rw-r--r--chart2/source/controller/sidebar/Chart2PanelFactory.cxx2
-rw-r--r--chart2/source/controller/sidebar/ChartAreaPanel.cxx8
-rw-r--r--chart2/source/controller/sidebar/ChartAxisPanel.cxx2
-rw-r--r--chart2/source/controller/sidebar/ChartColorWrapper.cxx2
-rw-r--r--chart2/source/controller/sidebar/ChartElementsPanel.cxx14
-rw-r--r--chart2/source/controller/sidebar/ChartElementsPanel.hxx2
-rw-r--r--chart2/source/controller/sidebar/ChartErrorBarPanel.cxx2
-rw-r--r--chart2/source/controller/sidebar/ChartLinePanel.cxx4
-rw-r--r--chart2/source/controller/sidebar/ChartSeriesPanel.cxx10
-rw-r--r--chart2/source/controller/sidebar/ChartSidebarSelectionListener.cxx2
-rw-r--r--chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx2
11 files changed, 25 insertions, 25 deletions
diff --git a/chart2/source/controller/sidebar/Chart2PanelFactory.cxx b/chart2/source/controller/sidebar/Chart2PanelFactory.cxx
index 2ca53544e673..518479a83c8d 100644
--- a/chart2/source/controller/sidebar/Chart2PanelFactory.cxx
+++ b/chart2/source/controller/sidebar/Chart2PanelFactory.cxx
@@ -31,7 +31,7 @@
#include "ChartElementsPanel.hxx"
#include "ChartSeriesPanel.hxx"
-#include "ChartController.hxx"
+#include <ChartController.hxx>
#include "ChartAxisPanel.hxx"
#include "ChartErrorBarPanel.hxx"
#include "ChartAreaPanel.hxx"
diff --git a/chart2/source/controller/sidebar/ChartAreaPanel.cxx b/chart2/source/controller/sidebar/ChartAreaPanel.cxx
index 41c4b9c9c4d0..c057ebc5e0ad 100644
--- a/chart2/source/controller/sidebar/ChartAreaPanel.cxx
+++ b/chart2/source/controller/sidebar/ChartAreaPanel.cxx
@@ -9,11 +9,11 @@
#include "ChartAreaPanel.hxx"
-#include "ChartController.hxx"
-#include "ViewElementListProvider.hxx"
-#include "PropertyHelper.hxx"
+#include <ChartController.hxx>
+#include <ViewElementListProvider.hxx>
+#include <PropertyHelper.hxx>
-#include "chartview/DrawModelWrapper.hxx"
+#include <chartview/DrawModelWrapper.hxx>
#include <svx/xfltrit.hxx>
#include <svx/xflftrit.hxx>
diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.cxx b/chart2/source/controller/sidebar/ChartAxisPanel.cxx
index baa15ff75ffb..b5d130fbd88b 100644
--- a/chart2/source/controller/sidebar/ChartAxisPanel.cxx
+++ b/chart2/source/controller/sidebar/ChartAxisPanel.cxx
@@ -22,7 +22,7 @@
#include <com/sun/star/chart/ChartAxisLabelPosition.hpp>
#include "ChartAxisPanel.hxx"
-#include "ChartController.hxx"
+#include <ChartController.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <vcl/fixed.hxx>
diff --git a/chart2/source/controller/sidebar/ChartColorWrapper.cxx b/chart2/source/controller/sidebar/ChartColorWrapper.cxx
index 3387e47254d3..b67b44610e5d 100644
--- a/chart2/source/controller/sidebar/ChartColorWrapper.cxx
+++ b/chart2/source/controller/sidebar/ChartColorWrapper.cxx
@@ -9,7 +9,7 @@
#include "ChartColorWrapper.hxx"
-#include "ChartController.hxx"
+#include <ChartController.hxx>
#include <svx/tbcontrl.hxx>
diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.cxx b/chart2/source/controller/sidebar/ChartElementsPanel.cxx
index ae27888d4d86..8404ae624bf5 100644
--- a/chart2/source/controller/sidebar/ChartElementsPanel.cxx
+++ b/chart2/source/controller/sidebar/ChartElementsPanel.cxx
@@ -24,7 +24,7 @@
#include <com/sun/star/chart2/XCoordinateSystemContainer.hpp>
#include "ChartElementsPanel.hxx"
-#include "ChartController.hxx"
+#include <ChartController.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <vcl/fixed.hxx>
@@ -35,13 +35,13 @@
#include <svl/stritem.hxx>
#include <comphelper/processfactory.hxx>
-#include "LegendHelper.hxx"
-#include "ChartModelHelper.hxx"
-#include "AxisHelper.hxx"
-#include "DiagramHelper.hxx"
-#include "ChartTypeHelper.hxx"
+#include <LegendHelper.hxx>
+#include <ChartModelHelper.hxx>
+#include <AxisHelper.hxx>
+#include <DiagramHelper.hxx>
+#include <ChartTypeHelper.hxx>
-#include "ChartModel.hxx"
+#include <ChartModel.hxx>
using namespace css;
diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.hxx b/chart2/source/controller/sidebar/ChartElementsPanel.hxx
index 4dd6e6e5c980..512749246a24 100644
--- a/chart2/source/controller/sidebar/ChartElementsPanel.hxx
+++ b/chart2/source/controller/sidebar/ChartElementsPanel.hxx
@@ -25,7 +25,7 @@
#include <svx/sidebar/PanelLayout.hxx>
#include <vcl/layout.hxx>
#include "ChartSidebarModifyListener.hxx"
-#include "TitleHelper.hxx"
+#include <TitleHelper.hxx>
#include <com/sun/star/util/XModifyListener.hpp>
diff --git a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx
index b4d68caee4d0..b9019c523616 100644
--- a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx
+++ b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx
@@ -23,7 +23,7 @@
#include <com/sun/star/chart/ErrorBarStyle.hpp>
#include "ChartErrorBarPanel.hxx"
-#include "ChartController.hxx"
+#include <ChartController.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <vcl/fixed.hxx>
diff --git a/chart2/source/controller/sidebar/ChartLinePanel.cxx b/chart2/source/controller/sidebar/ChartLinePanel.cxx
index 186df8b22d7b..84d1cd4c8f76 100644
--- a/chart2/source/controller/sidebar/ChartLinePanel.cxx
+++ b/chart2/source/controller/sidebar/ChartLinePanel.cxx
@@ -9,8 +9,8 @@
#include "ChartLinePanel.hxx"
-#include "PropertyHelper.hxx"
-#include "ChartController.hxx"
+#include <PropertyHelper.hxx>
+#include <ChartController.hxx>
#include <svx/xlnwtit.hxx>
#include <svx/xlinjoit.hxx>
diff --git a/chart2/source/controller/sidebar/ChartSeriesPanel.cxx b/chart2/source/controller/sidebar/ChartSeriesPanel.cxx
index 9d58aecbdcd5..023f548b485a 100644
--- a/chart2/source/controller/sidebar/ChartSeriesPanel.cxx
+++ b/chart2/source/controller/sidebar/ChartSeriesPanel.cxx
@@ -29,7 +29,7 @@
#include <com/sun/star/chart2/XCoordinateSystemContainer.hpp>
#include "ChartSeriesPanel.hxx"
-#include "ChartController.hxx"
+#include <ChartController.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <vcl/fixed.hxx>
@@ -40,10 +40,10 @@
#include <svl/stritem.hxx>
#include <comphelper/processfactory.hxx>
-#include "ChartModel.hxx"
-#include "DataSeriesHelper.hxx"
-#include "RegressionCurveHelper.hxx"
-#include "StatisticsHelper.hxx"
+#include <ChartModel.hxx>
+#include <DataSeriesHelper.hxx>
+#include <RegressionCurveHelper.hxx>
+#include <StatisticsHelper.hxx>
using namespace css;
using namespace css::uno;
diff --git a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.cxx b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.cxx
index c94490f1dc1b..19f4335e0b49 100644
--- a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.cxx
+++ b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.cxx
@@ -12,7 +12,7 @@
#include <com/sun/star/view/XSelectionSupplier.hpp>
#include <com/sun/star/frame/XController.hpp>
-#include "ObjectIdentifier.hxx"
+#include <ObjectIdentifier.hxx>
namespace chart {
namespace sidebar {
diff --git a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx
index 4f2b082dc823..b0e0c36b981e 100644
--- a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx
+++ b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx
@@ -13,7 +13,7 @@
#include <com/sun/star/view/XSelectionChangeListener.hpp>
#include <cppuhelper/implbase.hxx>
-#include "ObjectIdentifier.hxx"
+#include <ObjectIdentifier.hxx>
#include <vector>