summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx1
-rw-r--r--sd/source/ui/view/clview.cxx3
-rw-r--r--svx/source/sdr/primitive2d/sdrdecompositiontools.cxx4
-rw-r--r--sw/source/core/doc/DocumentDrawModelManager.cxx1
4 files changed, 4 insertions, 5 deletions
diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
index 0925b0f92e17..3c9cebcbdbc8 100644
--- a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
+++ b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
@@ -75,7 +75,6 @@ private:
// compactor.
bool mbIsPrecious;
};
-class CacheEntry;
class CacheHash {
public:
diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx
index 9fff091c0060..b885d3bc25da 100644
--- a/sd/source/ui/view/clview.cxx
+++ b/sd/source/ui/view/clview.cxx
@@ -23,10 +23,9 @@
#include "drawview.hxx"
#include "sdpage.hxx"
-class DrawDocShell;
-
namespace sd {
+class DrawDocShell;
class DrawViewShell;
/**
diff --git a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
index afe99c384e20..bc27dbcdfe23 100644
--- a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
+++ b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
@@ -46,7 +46,6 @@
#include <drawinglayer/attribute/sdrshadowattribute.hxx>
-class TransparencePrimitive2D;
using namespace com::sun::star;
@@ -54,6 +53,9 @@ namespace drawinglayer
{
namespace primitive2d
{
+
+ class TransparencePrimitive2D;
+
Primitive2DReference createPolyPolygonFillPrimitive(
const basegfx::B2DPolyPolygon& rPolyPolygon,
const attribute::SdrFillAttribute& rFill,
diff --git a/sw/source/core/doc/DocumentDrawModelManager.cxx b/sw/source/core/doc/DocumentDrawModelManager.cxx
index b889b8c575d5..dfc542de6667 100644
--- a/sw/source/core/doc/DocumentDrawModelManager.cxx
+++ b/sw/source/core/doc/DocumentDrawModelManager.cxx
@@ -49,7 +49,6 @@
#include <unotools/configmgr.hxx>
class SdrOutliner;
-class XSpellChecker1;
namespace sw
{