diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-12-21 22:03:29 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-12-22 10:49:55 +0100 |
commit | f3e840541a117113be85d7733f20c5d5ab6552f1 (patch) | |
tree | 8109959de7dfe6dc9061ece5834b657f3bc04ba2 /oox | |
parent | 7ea805eb81ce865198cdb0fe418a73f6c353310e (diff) |
tdf#42949 Fix some Include What You Use warnings
Change-Id: I30121764303579a7cb4ded0f0f48cc1f8fff6c33
Reviewed-on: https://gerrit.libreoffice.org/46946
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/customshapepresetdata.cxx | 2 | ||||
-rw-r--r-- | oox/source/shape/LockedCanvasContext.cxx | 1 | ||||
-rw-r--r-- | oox/source/shape/LockedCanvasContext.hxx | 2 | ||||
-rw-r--r-- | oox/source/shape/WpgContext.hxx | 2 | ||||
-rw-r--r-- | oox/source/shape/WpsContext.cxx | 1 | ||||
-rw-r--r-- | oox/source/shape/WpsContext.hxx | 3 |
6 files changed, 7 insertions, 4 deletions
diff --git a/oox/source/drawingml/customshapepresetdata.cxx b/oox/source/drawingml/customshapepresetdata.cxx index b91b2c5eed36..48c93614dc86 100644 --- a/oox/source/drawingml/customshapepresetdata.cxx +++ b/oox/source/drawingml/customshapepresetdata.cxx @@ -16,7 +16,7 @@ #include <oox/token/properties.hxx> #include <oox/token/tokenmap.hxx> #include <com/sun/star/awt/Rectangle.hpp> -#include <com/sun/star/beans/PropertyValues.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeTextFrame.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.hpp> diff --git a/oox/source/shape/LockedCanvasContext.cxx b/oox/source/shape/LockedCanvasContext.cxx index 0b2e06ccbb3f..3d4603f47355 100644 --- a/oox/source/shape/LockedCanvasContext.cxx +++ b/oox/source/shape/LockedCanvasContext.cxx @@ -8,6 +8,7 @@ */ #include "LockedCanvasContext.hxx" +#include <oox/drawingml/shape.hxx> #include <oox/drawingml/shapecontext.hxx> #include <oox/drawingml/shapegroupcontext.hxx> #include <oox/token/namespaces.hxx> diff --git a/oox/source/shape/LockedCanvasContext.hxx b/oox/source/shape/LockedCanvasContext.hxx index 3a6d3ca6a303..793491fe648c 100644 --- a/oox/source/shape/LockedCanvasContext.hxx +++ b/oox/source/shape/LockedCanvasContext.hxx @@ -11,7 +11,7 @@ #define INCLUDED_OOX_SOURCE_SHAPE_LOCKEDCANVASCONTEXT_HXX #include <oox/core/contexthandler2.hxx> -#include <oox/drawingml/shape.hxx> +#include <oox/drawingml/drawingmltypes.hxx> namespace oox { diff --git a/oox/source/shape/WpgContext.hxx b/oox/source/shape/WpgContext.hxx index 2fa6ca02ba9f..1bdc53ecf09c 100644 --- a/oox/source/shape/WpgContext.hxx +++ b/oox/source/shape/WpgContext.hxx @@ -11,7 +11,7 @@ #define INCLUDED_OOX_SOURCE_SHAPE_WPGCONTEXT_HXX #include <oox/core/contexthandler2.hxx> -#include <oox/drawingml/shape.hxx> +#include <oox/drawingml/drawingmltypes.hxx> namespace oox { diff --git a/oox/source/shape/WpsContext.cxx b/oox/source/shape/WpsContext.cxx index 341fa8efb43a..67b3b1b60353 100644 --- a/oox/source/shape/WpsContext.cxx +++ b/oox/source/shape/WpsContext.cxx @@ -23,6 +23,7 @@ #include <oox/helper/attributelist.hxx> #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> +#include <oox/drawingml/shape.hxx> #include <boost/optional.hpp> diff --git a/oox/source/shape/WpsContext.hxx b/oox/source/shape/WpsContext.hxx index 73589aaed487..16443a9f084a 100644 --- a/oox/source/shape/WpsContext.hxx +++ b/oox/source/shape/WpsContext.hxx @@ -10,8 +10,9 @@ #ifndef INCLUDED_OOX_SOURCE_SHAPE_WPSCONTEXT_HXX #define INCLUDED_OOX_SOURCE_SHAPE_WPSCONTEXT_HXX +#include <com/sun/star/drawing/XShape.hpp> #include <oox/core/contexthandler2.hxx> -#include <oox/drawingml/shape.hxx> +#include <oox/drawingml/drawingmltypes.hxx> namespace oox { |