summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShell.hxx
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/source/ui/inc/ViewShell.hxx
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/source/ui/inc/ViewShell.hxx')
-rw-r--r--sd/source/ui/inc/ViewShell.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index 58fc6af21911..e1a2b79e48c6 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -52,9 +52,6 @@ class SdrOle2Obj; // fuer die, die Teile von SVDRAW rausdefiniert haben
class ScrollBarBox;
class SdDrawDocument;
class ScrollBar;
-class FmFormShell;
-class SdOptionsPrintItem;
-class MultiSelection;
extern const String aEmptyStr;
@@ -67,17 +64,11 @@ namespace css = ::com::sun::star;
namespace sd {
-class Client;
class DrawDocShell;
-class DrawSubController;
class FrameView;
-class FuPoor;
-class FuSearch;
-class SlideShow;
class LayerTabBar;
class View;
class ViewShellBase;
-class ViewTabBar;
class Window;
class WindowUpdater;
class ZoomList;