diff options
author | Jorenz Paragas <j.paragas.237@gmail.com> | 2016-06-13 20:58:33 -0700 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-06-15 09:32:21 +0000 |
commit | cef14b816aee25ce8a59a2200900989523372996 (patch) | |
tree | 68a1c11e779bae8e9064b96f97033f3783e0f251 /oox | |
parent | bc387975b11d87868884ec770a2a42a4f7092b5f (diff) |
tdf#42949: clean up includes in include/filter with iwyu
Change-Id: Id08a999764bfeeff3bb3409b46f48b278009ccbe
Reviewed-on: https://gerrit.libreoffice.org/26238
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/drawingml.cxx | 1 | ||||
-rw-r--r-- | oox/source/export/vmlexport.cxx | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index ec29c9e8c8ad..5f66ab5c2874 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -47,6 +47,7 @@ #include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeSegment.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.hpp> +#include <com/sun/star/drawing/Hatch.hpp> #include <com/sun/star/drawing/LineDash.hpp> #include <com/sun/star/drawing/LineJoint.hpp> #include <com/sun/star/drawing/LineStyle.hpp> diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx index b58f1adae669..a1a2026fbd01 100644 --- a/oox/source/export/vmlexport.cxx +++ b/oox/source/export/vmlexport.cxx @@ -35,6 +35,8 @@ #include <filter/msfilter/util.hxx> #include <filter/msfilter/escherex.hxx> +#include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/text/HoriOrientation.hpp> #include <com/sun/star/text/VertOrientation.hpp> |