summaryrefslogtreecommitdiff
path: root/include/oox/dump/pptxdumper.hxx
diff options
context:
space:
mode:
authorJorenz Paragas <j.paragas.237@gmail.com>2016-05-03 23:11:01 -0700
committerMichael Stahl <mstahl@redhat.com>2016-05-04 10:33:36 +0000
commit24e56929445f0e3e22c7129bf18e912ae1ac6fc1 (patch)
tree18c44913661b4fdc8423a5f2564bc78c98f2288a /include/oox/dump/pptxdumper.hxx
parenta5a731daec8dcb4f44bb618b71e6995ec1deb561 (diff)
tdf#42949: clean up includes in include/oox/dump with iwyu
Additionally, include cmath instead of math.h in dumperbase.hxx. Change-Id: I0ee7158c86bdf266c783340bcf891aff44399066 Reviewed-on: https://gerrit.libreoffice.org/24632 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/oox/dump/pptxdumper.hxx')
-rw-r--r--include/oox/dump/pptxdumper.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/oox/dump/pptxdumper.hxx b/include/oox/dump/pptxdumper.hxx
index 9b0a14857b32..0660447da84a 100644
--- a/include/oox/dump/pptxdumper.hxx
+++ b/include/oox/dump/pptxdumper.hxx
@@ -20,10 +20,19 @@
#ifndef INCLUDED_OOX_DUMP_PPTXDUMPER_HXX
#define INCLUDED_OOX_DUMP_PPTXDUMPER_HXX
+#include <com/sun/star/uno/Reference.hxx>
#include <oox/dump/dumperbase.hxx>
+#include <rtl/ustring.hxx>
#if OOX_INCLUDE_DUMPER
+namespace com { namespace sun { namespace star {
+ namespace io { class XInputStream; }
+ namespace uno { class XComponentContext; }
+} } }
+
+namespace oox { namespace core { class FilterBase; } }
+
namespace oox {
namespace dump {
namespace pptx {