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/ppt | |
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/ppt')
-rw-r--r-- | oox/source/ppt/dgmimport.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/dgmlayout.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/pptshapegroupcontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/slidepersist.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/oox/source/ppt/dgmimport.cxx b/oox/source/ppt/dgmimport.cxx index e841d3cdb10b..5f6625da8132 100644 --- a/oox/source/ppt/dgmimport.cxx +++ b/oox/source/ppt/dgmimport.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <basegfx/matrix/b2dhommatrix.hxx> #include "oox/ppt/dgmimport.hxx" #include "oox/drawingml/theme.hxx" #include "drawingml/diagram/diagram.hxx" diff --git a/oox/source/ppt/dgmlayout.cxx b/oox/source/ppt/dgmlayout.cxx index acf79794d4f7..24e3451ad4f3 100644 --- a/oox/source/ppt/dgmlayout.cxx +++ b/oox/source/ppt/dgmlayout.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <basegfx/matrix/b2dhommatrix.hxx> #include "oox/ppt/dgmlayout.hxx" #include "oox/drawingml/theme.hxx" #include "oox/drawingml/themefragmenthandler.hxx" diff --git a/oox/source/ppt/pptshapegroupcontext.cxx b/oox/source/ppt/pptshapegroupcontext.cxx index b2acee7e84bb..0c2beb181cc0 100644 --- a/oox/source/ppt/pptshapegroupcontext.cxx +++ b/oox/source/ppt/pptshapegroupcontext.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/beans/XMultiPropertySet.hpp> #include <com/sun/star/container/XNamed.hpp> +#include <oox/core/xmlfilterbase.hxx> #include "oox/helper/attributelist.hxx" #include "oox/ppt/pptshape.hxx" #include "oox/ppt/pptgraphicshapecontext.hxx" diff --git a/oox/source/ppt/slidepersist.cxx b/oox/source/ppt/slidepersist.cxx index 574892aca6f7..eaee10d121b3 100644 --- a/oox/source/ppt/slidepersist.cxx +++ b/oox/source/ppt/slidepersist.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <basegfx/matrix/b2dhommatrix.hxx> #include "oox/ppt/timenode.hxx" #include "oox/ppt/pptshape.hxx" #include "oox/ppt/slidepersist.hxx" |