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/animationspersist.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/animationspersist.cxx')
-rw-r--r-- | oox/source/ppt/animationspersist.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/ppt/animationspersist.cxx b/oox/source/ppt/animationspersist.cxx index baae105d5d6d..544b5e4626aa 100644 --- a/oox/source/ppt/animationspersist.cxx +++ b/oox/source/ppt/animationspersist.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/animations/XAnimationNode.hpp> #include <oox/drawingml/shape.hxx> -#include <oox/helper/attributelist.hxx> #include <oox/helper/addtosequence.hxx> #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> |