diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-07 16:28:12 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-17 09:13:27 +0200 |
commit | ef8f88a7df19559f6a748c3c1dad2b245d3d30d8 (patch) | |
tree | 465e7aa0b38e27d2a324eb13e9a4a95629e18a1b /include/oox/ppt | |
parent | 0ee0ca3036629b69bf20b448d74991fd133f08ac (diff) |
tdf#42949 Fix IWYU warnings in include/oox
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I89303217fd1141b2cfe248e5e6c0818ba01cf9d9
Reviewed-on: https://gerrit.libreoffice.org/75178
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/oox/ppt')
-rw-r--r-- | include/oox/ppt/pptimport.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/oox/ppt/pptimport.hxx b/include/oox/ppt/pptimport.hxx index 49b801b5179c..c97a6f8c4f57 100644 --- a/include/oox/ppt/pptimport.hxx +++ b/include/oox/ppt/pptimport.hxx @@ -20,13 +20,11 @@ #ifndef INCLUDED_OOX_PPT_PPTIMPORT_HXX #define INCLUDED_OOX_PPT_PPTIMPORT_HXX -#include <exception> #include <map> #include <memory> #include <vector> #include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <oox/core/filterbase.hxx> #include <oox/core/xmlfilterbase.hxx> |