diff options
author | Jorenz Paragas <j.paragas.237@gmail.com> | 2016-04-30 00:06:53 -0700 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-03 20:17:37 +0000 |
commit | af1174b2dea72359e8eb0e15297c61cf82571250 (patch) | |
tree | 8749d6ad0971cbd48201c8962a6f5ece64b0a100 /oox/source/shape | |
parent | 12c222a3ae3d65b0c088e42bec426ec0e5ca5b75 (diff) |
tdf#42949: clean up includes in include/oox/drawingml with iwyu
Add includes in other files to fix compiler errors.
Change-Id: I566e2e081094cb074d20afbe7ceee49f759c725b
Reviewed-on: https://gerrit.libreoffice.org/24510
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'oox/source/shape')
-rw-r--r-- | oox/source/shape/LockedCanvasContext.cxx | 1 | ||||
-rw-r--r-- | oox/source/shape/ShapeContextHandler.cxx | 2 | ||||
-rw-r--r-- | oox/source/shape/WpsContext.cxx | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/oox/source/shape/LockedCanvasContext.cxx b/oox/source/shape/LockedCanvasContext.cxx index 93e5716c1ec5..e6f128fd8f3b 100644 --- a/oox/source/shape/LockedCanvasContext.cxx +++ b/oox/source/shape/LockedCanvasContext.cxx @@ -8,6 +8,7 @@ */ #include "LockedCanvasContext.hxx" +#include <oox/drawingml/shapecontext.hxx> #include <oox/drawingml/shapegroupcontext.hxx> #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> diff --git a/oox/source/shape/ShapeContextHandler.cxx b/oox/source/shape/ShapeContextHandler.cxx index 3613baf3ff25..763807107dda 100644 --- a/oox/source/shape/ShapeContextHandler.cxx +++ b/oox/source/shape/ShapeContextHandler.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <com/sun/star/xml/dom/XDocument.hpp> #include <com/sun/star/xml/sax/XFastSAXSerializable.hpp> #include "ShapeContextHandler.hxx" @@ -25,6 +26,7 @@ #include "WpsContext.hxx" #include "WpgContext.hxx" #include "services.hxx" +#include <basegfx/matrix/b2dhommatrix.hxx> #include "oox/vml/vmldrawingfragment.hxx" #include "oox/vml/vmlshape.hxx" #include <oox/token/namespaces.hxx> diff --git a/oox/source/shape/WpsContext.cxx b/oox/source/shape/WpsContext.cxx index 738f2e10251a..15a102200ae3 100644 --- a/oox/source/shape/WpsContext.cxx +++ b/oox/source/shape/WpsContext.cxx @@ -8,6 +8,7 @@ */ #include "WpsContext.hxx" +#include <basegfx/matrix/b2dhommatrix.hxx> #include <comphelper/sequenceashashmap.hxx> #include <drawingml/customshapeproperties.hxx> #include <drawingml/shapepropertiescontext.hxx> |