diff options
author | Jorenz Paragas <j.paragas.237@gmail.com> | 2016-05-15 11:41:45 -0700 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-26 20:42:18 +0000 |
commit | 5c05f1b201be8c1b978dc8d409f3c4dbf0b4beb6 (patch) | |
tree | 7aae2181761ced07edb9f92204f02363952d75a2 /oox/source/ppt/slidepersist.cxx | |
parent | bdb112ea8bcf6f6f80483c31af05fefb2a40e026 (diff) |
tdf#42949: clean up includes in include/oox/ppt with iwyu
Change-Id: Ib2cf76418e8406b925113ae7a9e3c5b07ffd2de2
Reviewed-on: https://gerrit.libreoffice.org/25011
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'oox/source/ppt/slidepersist.cxx')
-rw-r--r-- | oox/source/ppt/slidepersist.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/ppt/slidepersist.cxx b/oox/source/ppt/slidepersist.cxx index fec1d6cd8615..2e920c149c65 100644 --- a/oox/source/ppt/slidepersist.cxx +++ b/oox/source/ppt/slidepersist.cxx @@ -18,6 +18,7 @@ */ #include <basegfx/matrix/b2dhommatrix.hxx> +#include <com/sun/star/drawing/XShapes.hpp> #include "oox/ppt/timenode.hxx" #include "oox/ppt/pptshape.hxx" #include "oox/ppt/slidepersist.hxx" |