summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/chart/seriesconverter.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:35:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:00 +0200
commit85fe083c46c145ab7b884c1479e7b5ab234e4feb (patch)
tree42030a4f2ba7b68185968e6c89c13cdb454c4adb /oox/source/drawingml/chart/seriesconverter.cxx
parentd516b4e16af29e1978173b134da0420879619eb2 (diff)
loplugin:includeform: oox
Change-Id: I9f1cc9940f5b31370394f789ebfaddfd6d30ca61
Diffstat (limited to 'oox/source/drawingml/chart/seriesconverter.cxx')
-rw-r--r--oox/source/drawingml/chart/seriesconverter.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/oox/source/drawingml/chart/seriesconverter.cxx b/oox/source/drawingml/chart/seriesconverter.cxx
index a1f2cb737c7f..6eceb213ea04 100644
--- a/oox/source/drawingml/chart/seriesconverter.cxx
+++ b/oox/source/drawingml/chart/seriesconverter.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "drawingml/chart/seriesconverter.hxx"
+#include <drawingml/chart/seriesconverter.hxx>
#include <com/sun/star/chart/DataLabelPlacement.hpp>
#include <com/sun/star/chart/ErrorBarStyle.hpp>
@@ -29,18 +29,18 @@
#include <com/sun/star/chart2/data/LabeledDataSequence.hpp>
#include <osl/diagnose.h>
#include <basegfx/numeric/ftools.hxx>
-#include "drawingml/chart/datasourceconverter.hxx"
-#include "drawingml/chart/seriesmodel.hxx"
-#include "drawingml/chart/titleconverter.hxx"
-#include "drawingml/chart/typegroupconverter.hxx"
-#include "drawingml/chart/typegroupmodel.hxx"
+#include <drawingml/chart/datasourceconverter.hxx>
+#include <drawingml/chart/seriesmodel.hxx>
+#include <drawingml/chart/titleconverter.hxx>
+#include <drawingml/chart/typegroupconverter.hxx>
+#include <drawingml/chart/typegroupmodel.hxx>
#include <oox/core/xmlfilterbase.hxx>
-#include "oox/helper/containerhelper.hxx"
+#include <oox/helper/containerhelper.hxx>
#include <oox/helper/attributelist.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/properties.hxx>
#include <oox/token/tokens.hxx>
-#include "drawingml/lineproperties.hxx"
+#include <drawingml/lineproperties.hxx>
namespace oox {
namespace drawingml {