summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/inc/cusshow.hxx1
-rw-r--r--sd/source/filter/eppt/pptexsoundcollection.cxx1
-rw-r--r--sd/source/filter/eppt/pptexsoundcollection.hxx3
-rw-r--r--sd/source/filter/ppt/ppt97animations.cxx1
-rw-r--r--sd/source/filter/ppt/ppt97animations.hxx4
5 files changed, 7 insertions, 3 deletions
diff --git a/sd/inc/cusshow.hxx b/sd/inc/cusshow.hxx
index cad138eab137..1f406029e861 100644
--- a/sd/inc/cusshow.hxx
+++ b/sd/inc/cusshow.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_SD_INC_CUSSHOW_HXX
#include <vector>
-#include <tools/stream.hxx>
#include <cppuhelper/weakref.hxx>
#include "sddllapi.h"
diff --git a/sd/source/filter/eppt/pptexsoundcollection.cxx b/sd/source/filter/eppt/pptexsoundcollection.cxx
index 0e8958589891..9f96da455a5e 100644
--- a/sd/source/filter/eppt/pptexsoundcollection.cxx
+++ b/sd/source/filter/eppt/pptexsoundcollection.cxx
@@ -19,6 +19,7 @@
#include <pptexsoundcollection.hxx>
#include "epptdef.hxx"
+#include <tools/stream.hxx>
#include <tools/urlobj.hxx>
#include <ucbhelper/content.hxx>
#include <comphelper/processfactory.hxx>
diff --git a/sd/source/filter/eppt/pptexsoundcollection.hxx b/sd/source/filter/eppt/pptexsoundcollection.hxx
index 693e17540c8b..2d9b20b53cda 100644
--- a/sd/source/filter/eppt/pptexsoundcollection.hxx
+++ b/sd/source/filter/eppt/pptexsoundcollection.hxx
@@ -26,7 +26,8 @@
#include <stdio.h>
#endif
#include <rtl/ustring.hxx>
-#include <tools/stream.hxx>
+
+class SvStream;
namespace ppt
{
diff --git a/sd/source/filter/ppt/ppt97animations.cxx b/sd/source/filter/ppt/ppt97animations.cxx
index e216cbf5e310..7422ee935b47 100644
--- a/sd/source/filter/ppt/ppt97animations.cxx
+++ b/sd/source/filter/ppt/ppt97animations.cxx
@@ -22,6 +22,7 @@
#include <svx/svdobj.hxx>
#include "sdpage.hxx"
#include <tools/debug.hxx>
+#include <tools/stream.hxx>
#include <svx/unoapi.hxx>
#include "EffectMigration.hxx"
#include <CustomAnimationPreset.hxx>
diff --git a/sd/source/filter/ppt/ppt97animations.hxx b/sd/source/filter/ppt/ppt97animations.hxx
index 34118da9a2f3..1668ffcd2ad8 100644
--- a/sd/source/filter/ppt/ppt97animations.hxx
+++ b/sd/source/filter/ppt/ppt97animations.hxx
@@ -20,10 +20,12 @@
#ifndef INCLUDED_SD_SOURCE_FILTER_PPT_PPT97ANIMATIONS_HXX
#define INCLUDED_SD_SOURCE_FILTER_PPT_PPT97ANIMATIONS_HXX
-#include <tools/stream.hxx>
+#include <rtl/ustring.hxx>
+#include <sal/types.h>
class SdrObject;
class Ppt97Animation;
+class SvStream;
/// helper class for reading PPT AnimationInfoAtom
class Ppt97AnimationInfoAtom