summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-29 18:13:20 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-29 22:47:10 +0900
commitbf5115328ed454f43b4443f3891a0183dfd62814 (patch)
treef6e84c3490f965aa583e59be281e32e207b400c2 /sd/inc
parent3f501522a838e245431a4558af5639b602566e33 (diff)
removed unnecessary forward declarations of class
except * sd::ViewTabBar moved to ViewShellBase.hxx * sd::TemplateEntry moved to AllMasterPageSelector.hxx Change-Id: I802cdc0b77027bbe0843fbb259ce1a5a46354fc3
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/CustomAnimationEffect.hxx1
-rw-r--r--sd/inc/Outliner.hxx4
-rw-r--r--sd/inc/OutlinerIterator.hxx1
-rw-r--r--sd/inc/anminfo.hxx5
-rw-r--r--sd/inc/drawdoc.hxx11
-rw-r--r--sd/inc/sdabstdlg.hxx5
-rw-r--r--sd/inc/sddll.hxx6
-rw-r--r--sd/inc/sdfilter.hxx1
-rw-r--r--sd/inc/sdgrffilter.hxx2
-rw-r--r--sd/inc/sdmod.hxx5
-rw-r--r--sd/inc/undo/undoobjects.hxx2
11 files changed, 0 insertions, 43 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx
index 860db64d4632..458bba4f98b5 100644
--- a/sd/inc/CustomAnimationEffect.hxx
+++ b/sd/inc/CustomAnimationEffect.hxx
@@ -55,7 +55,6 @@ namespace sd {
enum EValue { VALUE_FROM, VALUE_TO, VALUE_BY, VALUE_FIRST, VALUE_LAST };
class CustomAnimationEffect;
-class AnimationTrigger;
class CustomAnimationPreset;
typedef boost::shared_ptr< CustomAnimationPreset > CustomAnimationPresetPtr;
diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx
index 805b1ef1516e..81497875d26e 100644
--- a/sd/inc/Outliner.hxx
+++ b/sd/inc/Outliner.hxx
@@ -40,16 +40,12 @@
#include <boost/noncopyable.hpp>
class Dialog;
-class SdPage;
class SdrObject;
class SdrTextObj;
class SdDrawDocument;
-class SfxStyleSheetPool;
-class SdrObjListIter;
namespace sd {
-class DrawViewShell;
class View;
class ViewShell;
class Window;
diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx
index b60ff2d160ca..87e1ab9ca2c1 100644
--- a/sd/inc/OutlinerIterator.hxx
+++ b/sd/inc/OutlinerIterator.hxx
@@ -33,7 +33,6 @@ namespace sd {
class ViewShell;
class Outliner;
-class View;
namespace outliner {
diff --git a/sd/inc/anminfo.hxx b/sd/inc/anminfo.hxx
index e2d6c07005e7..7379c4cac3d8 100644
--- a/sd/inc/anminfo.hxx
+++ b/sd/inc/anminfo.hxx
@@ -29,13 +29,8 @@
#include <tools/color.hxx>
#include <sddllapi.h>
-class Polygon;
-class Point;
-class SvStream;
-class SdrObjSurrogate;
class SdrObject;
class SdrPathObj;
-class SdDrawDocument;
class SdAnimationInfo : public SdrObjUserData
{
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index b8026e3abe45..5063f4bab29b 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -54,14 +54,6 @@ namespace com
{
namespace star
{
- namespace embed
- {
- class XStorage;
- }
- namespace io
- {
- class XStream;
- }
namespace presentation
{
class XPresentation2;
@@ -79,7 +71,6 @@ namespace sd
class Timer;
class SfxObjectShell;
-class SdDrawDocShell;
class SdPage;
class SdAnimationInfo;
class SdIMapInfo;
@@ -87,9 +78,7 @@ class IMapObject;
class SdStyleSheetPool;
class SfxMedium;
class SvxSearchItem;
-class SdrOle2Obj;
class EditStatus;
-class Graphic;
class Point;
class Window;
class SdTransferable;
diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx
index 95ae85d799e3..f009214da796 100644
--- a/sd/inc/sdabstdlg.hxx
+++ b/sd/inc/sdabstdlg.hxx
@@ -51,12 +51,7 @@ namespace sd {
class DrawView;
}
-class SfxTabPage;
-class SfxViewFrame;
-class SfxBindings;
-class ResId;
class String;
-class SfxItemPool;
class SfxObjectShell;
class SfxObjectShellLock;
class SvxFieldData;
diff --git a/sd/inc/sddll.hxx b/sd/inc/sddll.hxx
index 642d655418db..838630587d98 100644
--- a/sd/inc/sddll.hxx
+++ b/sd/inc/sddll.hxx
@@ -32,12 +32,6 @@
#include <sfx2/module.hxx>
#include <sfx2/sfxdefs.hxx>
-class SvFactory;
-class SotFactory;
-class SfxMedium;
-class SfxFilter;
-
-
/*************************************************************************
|*
|* This class is a wrapper for a Load-On-Demand-DLL. One instance
diff --git a/sd/inc/sdfilter.hxx b/sd/inc/sdfilter.hxx
index abedb41a5b8d..1f3ea8024930 100644
--- a/sd/inc/sdfilter.hxx
+++ b/sd/inc/sdfilter.hxx
@@ -35,7 +35,6 @@ namespace sd {
class DrawDocShell;
}
class SdDrawDocument;
-class SfxProgress;
namespace osl { class Module; }
class SdFilter
diff --git a/sd/inc/sdgrffilter.hxx b/sd/inc/sdgrffilter.hxx
index 1a0a16e911f6..f6eddc070261 100644
--- a/sd/inc/sdgrffilter.hxx
+++ b/sd/inc/sdgrffilter.hxx
@@ -25,8 +25,6 @@
#include <tools/errinf.hxx>
#include "sdfilter.hxx"
-class Graphic;
-
// ---------------
// - SdCGMFilter -
// ---------------
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx
index c6f5900042f5..234143510244 100644
--- a/sd/inc/sdmod.hxx
+++ b/sd/inc/sdmod.hxx
@@ -34,17 +34,12 @@
#include <memory>
class SdOptions;
-class BasicIDE;
class SvxSearchItem;
-class SdAppLinkHdl;
-class SvxErrorHandler;
class EditFieldInfo;
-class SvFactory;
class SdTransferable;
class SvNumberFormatter;
class SfxErrorHandler;
class OutputDevice;
-class SdPage;
class SdDrawDocument;
class SfxFrame;
diff --git a/sd/inc/undo/undoobjects.hxx b/sd/inc/undo/undoobjects.hxx
index 1bca0eb994aa..f615af64bc9b 100644
--- a/sd/inc/undo/undoobjects.hxx
+++ b/sd/inc/undo/undoobjects.hxx
@@ -30,8 +30,6 @@ class SdPage;
namespace sd
{
- class UndoManager;
-
///////////////////////////////////////////////////////////////////////
class UndoRemovePresObjectImpl