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/soundactioncontext.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/soundactioncontext.cxx')
-rw-r--r-- | oox/source/ppt/soundactioncontext.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/oox/source/ppt/soundactioncontext.cxx b/oox/source/ppt/soundactioncontext.cxx index 7ce2a8119c53..51e709b9f577 100644 --- a/oox/source/ppt/soundactioncontext.cxx +++ b/oox/source/ppt/soundactioncontext.cxx @@ -21,8 +21,6 @@ #include <oox/ppt/soundactioncontext.hxx> -#include <cppuhelper/exc_hlp.hxx> - #include <com/sun/star/io/XInputStream.hpp> #include <oox/helper/attributelist.hxx> |