diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-06 21:25:16 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-17 10:03:46 +0200 |
commit | a944d4c2aacafdac78eabd7fb0f8909a66d935eb (patch) | |
tree | ce6fb3024610fe3a4beb0dbda7c8cfce32fc9f67 /xmloff/source/draw/animimp.cxx | |
parent | 8083ccef3759b2d838df86965c0d1b42f9098848 (diff) |
tdf#42949 Fix IWYU warnings in xmloff/inc/
Also recheck include/xmloff/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: If01cb2844209b119063772d829e4ae21b74fc164
Reviewed-on: https://gerrit.libreoffice.org/78747
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/source/draw/animimp.cxx')
-rw-r--r-- | xmloff/source/draw/animimp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/draw/animimp.cxx b/xmloff/source/draw/animimp.cxx index 19deda30a463..ea01252dc365 100644 --- a/xmloff/source/draw/animimp.cxx +++ b/xmloff/source/draw/animimp.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/presentation/AnimationEffect.hpp> #include <com/sun/star/presentation/AnimationSpeed.hpp> #include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/xml/sax/XAttributeList.hpp> #include <sax/tools/converter.hxx> |