summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorJorenz Paragas <j.paragas.237@gmail.com>2016-05-05 18:05:57 -0700
committerNoel Grandin <noelgrandin@gmail.com>2016-05-06 06:58:53 +0000
commit1aeca4b64aac45e64eaab32a0726850ff30dea31 (patch)
treedac9511b8a32b34fee26a58c183271e8970d5afe /oox
parentf3d9aab8410c00298f29ca0194c5d33d53c63ff2 (diff)
tdf#42949: clean up includes in include/oox/export with iwyu
...and fix the usual compiler errors that occurred as a result. Change-Id: I54781d3f01e9f5a87fd008870c825b2d8154fd59 Reviewed-on: https://gerrit.libreoffice.org/24686 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/chartexport.cxx2
-rw-r--r--oox/source/export/vmlexport.cxx1
2 files changed, 3 insertions, 0 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index e483b9e46943..3b7994013236 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -47,6 +47,8 @@
#include <com/sun/star/chart/ErrorBarStyle.hpp>
#include <com/sun/star/chart/MissingValueTreatment.hpp>
+#include <com/sun/star/chart2/RelativePosition.hpp>
+#include <com/sun/star/chart2/RelativeSize.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>
#include <com/sun/star/chart2/XDiagram.hpp>
#include <com/sun/star/chart2/XCoordinateSystemContainer.hpp>
diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx
index 6597aca2b4c2..a907f480cc16 100644
--- a/oox/source/export/vmlexport.cxx
+++ b/oox/source/export/vmlexport.cxx
@@ -19,6 +19,7 @@
#include <config_folders.h>
#include "rtl/bootstrap.hxx"
+#include <oox/export/drawingml.hxx>
#include <oox/export/vmlexport.hxx>
#include <oox/token/tokens.hxx>