summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-22 00:59:50 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-30 17:44:46 +0100
commit560aad17af07f4f2d653e2ec56770450029cc100 (patch)
tree0a8579893c1f84d23fd520fed81c05498caf6807 /oox
parent02a2b75550e8e94e29d252178cfb223452812d2b (diff)
tdf#42949 Fix IWYU warnings in include/sax/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I8061ef6a7a8c04baf350844fae1f97836ac03554 Reviewed-on: https://gerrit.libreoffice.org/62399 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/drawingml.cxx1
-rw-r--r--oox/source/export/vmlexport.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx
index 5968cd9dd67c..573d2982cc88 100644
--- a/oox/source/export/drawingml.cxx
+++ b/oox/source/export/drawingml.cxx
@@ -33,6 +33,7 @@
#include <oox/token/tokens.hxx>
#include <oox/drawingml/drawingmltypes.hxx>
#include <svtools/unitconv.hxx>
+#include <sax/fastattribs.hxx>
#include <cstdio>
#include <com/sun/star/awt/CharSet.hpp>
diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx
index 0ec745e69d45..ff3631236868 100644
--- a/oox/source/export/vmlexport.cxx
+++ b/oox/source/export/vmlexport.cxx
@@ -22,6 +22,7 @@
#include <svl/itemset.hxx>
#include <oox/export/drawingml.hxx>
#include <oox/export/vmlexport.hxx>
+#include <sax/fastattribs.hxx>
#include <oox/token/tokens.hxx>