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 /include/oox/ppt/slidetransition.hxx | |
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 'include/oox/ppt/slidetransition.hxx')
-rw-r--r-- | include/oox/ppt/slidetransition.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/oox/ppt/slidetransition.hxx b/include/oox/ppt/slidetransition.hxx index 1e322e0996b1..41df7b2f7948 100644 --- a/include/oox/ppt/slidetransition.hxx +++ b/include/oox/ppt/slidetransition.hxx @@ -21,9 +21,13 @@ #ifndef INCLUDED_OOX_PPT_SLIDETRANSITION_HXX #define INCLUDED_OOX_PPT_SLIDETRANSITION_HXX +#include <com/sun/star/uno/Reference.hxx> #include <rtl/ustring.hxx> +#include <sal/types.h> -#include <com/sun/star/animations/XTransitionFilter.hpp> +namespace com { namespace sun { namespace star { + namespace animations { class XTransitionFilter; } +} } } namespace oox { class PropertyMap; } |