diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-03-20 10:36:23 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-20 16:38:16 +0100 |
commit | b664a4c4925c9f107af270f9a792d093d4973226 (patch) | |
tree | 21e42234f5b981a7cc2c53cd77eadc3c8f705d03 /oox/source/ppt/slidepersist.cxx | |
parent | 0e533a5f5ae647f90b966bf79fe8a8c355ccaf28 (diff) |
tdf#42949 Fix IWYU warnings in oox/source/[e-v]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I6cd335e3055ca1dcebcaf0b26ec843b1937f0bce
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90773
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'oox/source/ppt/slidepersist.cxx')
-rw-r--r-- | oox/source/ppt/slidepersist.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/ppt/slidepersist.cxx b/oox/source/ppt/slidepersist.cxx index abfe49163745..ba8fb4ace641 100644 --- a/oox/source/ppt/slidepersist.cxx +++ b/oox/source/ppt/slidepersist.cxx @@ -38,7 +38,6 @@ #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/container/XNamed.hpp> -#include <com/sun/star/beans/XMultiPropertySet.hpp> #include <com/sun/star/animations/XAnimationNodeSupplier.hpp> using namespace ::com::sun::star; |