summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/inc/sdmod.hxx8
-rw-r--r--sd/source/filter/eppt/epptbase.hxx8
-rw-r--r--sd/source/ui/inc/slideshow.hxx2
3 files changed, 3 insertions, 15 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx
index ffd1660a2c9e..6ba30070212f 100644
--- a/sd/inc/sdmod.hxx
+++ b/sd/inc/sdmod.hxx
@@ -25,9 +25,8 @@
#include <sot/storage.hxx>
#include "sddllapi.h"
-#include <svl/itemprop.hxx>
#include <svl/lstner.hxx>
-#include <com/sun/star/text/WritingMode.hpp>
+#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <sfx2/module.hxx>
#include <vcl/vclevent.hxx>
#include <vcl/virdev.hxx>
@@ -41,14 +40,9 @@ class EditFieldInfo;
class SdTransferable;
class SvNumberFormatter;
class SfxErrorHandler;
-class SdDrawDocument;
class SfxFrame;
namespace svtools { class ColorConfig; }
-namespace sd {
-class DrawDocShell;
-}
-
namespace com { namespace sun { namespace star { namespace frame {
class XFrame;
} } } }
diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx
index cd5c58609c42..8213a6c4a560 100644
--- a/sd/source/filter/eppt/epptbase.hxx
+++ b/sd/source/filter/eppt/epptbase.hxx
@@ -30,13 +30,11 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
#include <com/sun/star/drawing/XMasterPagesSupplier.hpp>
-#include <com/sun/star/drawing/XMasterPageTarget.hpp>
#include <com/sun/star/frame/XModel.hpp>
-#include <com/sun/star/presentation/XPresentationSupplier.hpp>
#include <com/sun/star/presentation/FadeEffect.hpp>
-#include <com/sun/star/task/XStatusIndicatorSupplier.hpp>
+#include <com/sun/star/task/XStatusIndicator.hpp>
#include <vcl/vclptr.hxx>
-#include <vcl/outdev.hxx>
+#include <vcl/virdev.hxx>
#include "grouptable.hxx"
@@ -66,8 +64,6 @@ enum class EppLayout
#define EPP_LAYOUT_SIZE 25
-class PptEscherEx;
-
struct PHLayout
{
EppLayout nLayout;
diff --git a/sd/source/ui/inc/slideshow.hxx b/sd/source/ui/inc/slideshow.hxx
index b276da8e03df..ce60b88c9d6e 100644
--- a/sd/source/ui/inc/slideshow.hxx
+++ b/sd/source/ui/inc/slideshow.hxx
@@ -48,7 +48,6 @@ class SdDrawDocument;
class KeyEvent;
class OutputDevice;
class Size;
-namespace tools { class Rectangle; }
namespace vcl { class Window; }
class SfxRequest;
class WorkWindow;
@@ -65,7 +64,6 @@ namespace sd
{
class SlideshowImpl;
-class Window;
class View;
class ViewShell;
class ViewShellBase;