summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-07-02 00:08:18 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-07-02 00:08:18 +0900
commitb876538a6d90926b9771fb014432ccfb8c8125be (patch)
tree45b06b7546e77965dda04b77c3e5844bd6df619d /sd/source/ui/inc
parent914c8163e3a5014d9d2885444b6383f6fdcea529 (diff)
removed unnecessary forward declarations of class
except moving SdXImpressDocument to sd/source/ui/unoidl/unopage.hxx Change-Id: I855d8369b09ca0fb6d604410f4ed204b11ee4211
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/AccessibleTreeNode.hxx2
-rw-r--r--sd/source/ui/inc/DrawController.hxx4
-rw-r--r--sd/source/ui/inc/FormShellManager.hxx2
-rw-r--r--sd/source/ui/inc/OutlineView.hxx1
-rw-r--r--sd/source/ui/inc/OutlineViewShell.hxx2
-rw-r--r--sd/source/ui/inc/PaneDockingWindow.hxx1
-rw-r--r--sd/source/ui/inc/PaneShells.hxx2
-rw-r--r--sd/source/ui/inc/SdUnoDrawView.hxx1
-rw-r--r--sd/source/ui/inc/ShellFactory.hxx1
-rw-r--r--sd/source/ui/inc/SlideSorter.hxx1
-rw-r--r--sd/source/ui/inc/ViewShellManager.hxx1
-rw-r--r--sd/source/ui/inc/ViewTabBar.hxx5
-rw-r--r--sd/source/ui/inc/fuconrec.hxx1
-rw-r--r--sd/source/ui/inc/fusel.hxx1
-rw-r--r--sd/source/ui/inc/pubdlg.hxx2
-rw-r--r--sd/source/ui/inc/slideshow.hxx5
-rw-r--r--sd/source/ui/inc/tabtempl.hxx6
-rw-r--r--sd/source/ui/inc/unomodel.hxx1
18 files changed, 0 insertions, 39 deletions
diff --git a/sd/source/ui/inc/AccessibleTreeNode.hxx b/sd/source/ui/inc/AccessibleTreeNode.hxx
index 8651a90cec22..7a50c3e40a2a 100644
--- a/sd/source/ui/inc/AccessibleTreeNode.hxx
+++ b/sd/source/ui/inc/AccessibleTreeNode.hxx
@@ -60,8 +60,6 @@ class AccessibleStateSetHelper;
namespace accessibility {
-class AccessibleSlideSorterObject;
-
typedef ::cppu::PartialWeakComponentImplHelper5<
::com::sun::star::accessibility::XAccessible,
::com::sun::star::accessibility::XAccessibleEventBroadcaster,
diff --git a/sd/source/ui/inc/DrawController.hxx b/sd/source/ui/inc/DrawController.hxx
index 46ca976232f9..5604bdc5578b 100644
--- a/sd/source/ui/inc/DrawController.hxx
+++ b/sd/source/ui/inc/DrawController.hxx
@@ -50,9 +50,6 @@
#include <vector>
#include <boost/scoped_ptr.hpp>
-class SfxViewShell;
-class SdXImpressDocument;
-
namespace css = ::com::sun::star;
namespace sd {
@@ -78,7 +75,6 @@ public:
class DrawSubController;
class ViewShellBase;
class ViewShell;
-class View;
/** The DrawController is the UNO controller for Impress and Draw. It
diff --git a/sd/source/ui/inc/FormShellManager.hxx b/sd/source/ui/inc/FormShellManager.hxx
index 5dcb1f50e0d6..04a4f75fc488 100644
--- a/sd/source/ui/inc/FormShellManager.hxx
+++ b/sd/source/ui/inc/FormShellManager.hxx
@@ -41,8 +41,6 @@ namespace sd { namespace tools { class EventMultiplexerEvent; } }
namespace sd {
-class PaneManagerEvent;
-class ViewShell;
class ViewShellBase;
/** This simple class is responsible for putting the form shell above or
diff --git a/sd/source/ui/inc/OutlineView.hxx b/sd/source/ui/inc/OutlineView.hxx
index 71439b7fe35d..4bf14d27fae9 100644
--- a/sd/source/ui/inc/OutlineView.hxx
+++ b/sd/source/ui/inc/OutlineView.hxx
@@ -35,7 +35,6 @@
class SdPage;
class SdrPage;
-class EditStatus;
class Paragraph;
class SdrTextObj;
class Outliner;
diff --git a/sd/source/ui/inc/OutlineViewShell.hxx b/sd/source/ui/inc/OutlineViewShell.hxx
index 96374b0e7013..eb8dc5da26fa 100644
--- a/sd/source/ui/inc/OutlineViewShell.hxx
+++ b/sd/source/ui/inc/OutlineViewShell.hxx
@@ -30,8 +30,6 @@ class TransferableClipboardListener;
namespace sd {
-class SdUnoOutlineView;
-
/** Show a textual overview of the text contents of all slides.
*/
class OutlineViewShell
diff --git a/sd/source/ui/inc/PaneDockingWindow.hxx b/sd/source/ui/inc/PaneDockingWindow.hxx
index ae096b40686b..2d02a88186ca 100644
--- a/sd/source/ui/inc/PaneDockingWindow.hxx
+++ b/sd/source/ui/inc/PaneDockingWindow.hxx
@@ -26,7 +26,6 @@
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
-class ToolBox;
class SplitWindow;
namespace sd {
diff --git a/sd/source/ui/inc/PaneShells.hxx b/sd/source/ui/inc/PaneShells.hxx
index c28beb795010..c862121ee098 100644
--- a/sd/source/ui/inc/PaneShells.hxx
+++ b/sd/source/ui/inc/PaneShells.hxx
@@ -25,8 +25,6 @@
#include <sfx2/shell.hxx>
#include "glob.hxx"
-class CommandEvent;
-
namespace sd {
diff --git a/sd/source/ui/inc/SdUnoDrawView.hxx b/sd/source/ui/inc/SdUnoDrawView.hxx
index d499dae0362a..ccfd3caf11dd 100644
--- a/sd/source/ui/inc/SdUnoDrawView.hxx
+++ b/sd/source/ui/inc/SdUnoDrawView.hxx
@@ -26,7 +26,6 @@
#include <cppuhelper/basemutex.hxx>
class SdXImpressDocument;
-class SdPage;
namespace css = ::com::sun::star;
diff --git a/sd/source/ui/inc/ShellFactory.hxx b/sd/source/ui/inc/ShellFactory.hxx
index 0abe176648d4..da84b9b9cd48 100644
--- a/sd/source/ui/inc/ShellFactory.hxx
+++ b/sd/source/ui/inc/ShellFactory.hxx
@@ -28,7 +28,6 @@ class Window;
namespace sd {
class FrameView;
-class ViewShell;
typedef sal_Int32 ShellId;
// This shell id is a reserved value and does not specify any valid shell.
diff --git a/sd/source/ui/inc/SlideSorter.hxx b/sd/source/ui/inc/SlideSorter.hxx
index cda5eba13197..add978829db4 100644
--- a/sd/source/ui/inc/SlideSorter.hxx
+++ b/sd/source/ui/inc/SlideSorter.hxx
@@ -52,7 +52,6 @@ class Theme;
} } }
namespace sd { namespace slidesorter { namespace controller {
-class Listener;
class SlideSorterController;
class SlotManager;
class Properties;
diff --git a/sd/source/ui/inc/ViewShellManager.hxx b/sd/source/ui/inc/ViewShellManager.hxx
index 73eb67affa0a..2b18218e727c 100644
--- a/sd/source/ui/inc/ViewShellManager.hxx
+++ b/sd/source/ui/inc/ViewShellManager.hxx
@@ -27,7 +27,6 @@
class FmFormShell;
class SfxShell;
-class SfxUndoManager;
namespace sd {
diff --git a/sd/source/ui/inc/ViewTabBar.hxx b/sd/source/ui/inc/ViewTabBar.hxx
index 09ed2586bba4..45447d63d4fc 100644
--- a/sd/source/ui/inc/ViewTabBar.hxx
+++ b/sd/source/ui/inc/ViewTabBar.hxx
@@ -36,13 +36,8 @@
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
-namespace sd { namespace tools {
- class EventMultiplexerEvent;
-} }
-
namespace sd {
class ViewShellBase;
- class PaneManagerEvent;
}
namespace {
diff --git a/sd/source/ui/inc/fuconrec.hxx b/sd/source/ui/inc/fuconrec.hxx
index f4d1115b481e..3092f59d6817 100644
--- a/sd/source/ui/inc/fuconrec.hxx
+++ b/sd/source/ui/inc/fuconrec.hxx
@@ -34,7 +34,6 @@
class KeyEvent;
class SdDrawDocument;
class SdrObject;
-class SdxRequest;
class SfxItemSet;
namespace sd {
diff --git a/sd/source/ui/inc/fusel.hxx b/sd/source/ui/inc/fusel.hxx
index 03bf6705cd43..887bf73be8a7 100644
--- a/sd/source/ui/inc/fusel.hxx
+++ b/sd/source/ui/inc/fusel.hxx
@@ -26,7 +26,6 @@
class SdrHdl;
class SdrObject;
-class Sound;
namespace sd {
diff --git a/sd/source/ui/inc/pubdlg.hxx b/sd/source/ui/inc/pubdlg.hxx
index db3694b6b3b6..c32cee47acbb 100644
--- a/sd/source/ui/inc/pubdlg.hxx
+++ b/sd/source/ui/inc/pubdlg.hxx
@@ -46,8 +46,6 @@
enum HtmlPublishMode { PUBLISH_HTML, PUBLISH_FRAMES, PUBLISH_WEBCAST, PUBLISH_KIOSK };
-class SfxItemSet;
-
class FixedText;
class RadioButton;
class ListBox;
diff --git a/sd/source/ui/inc/slideshow.hxx b/sd/source/ui/inc/slideshow.hxx
index 7a050e7c8f7a..581402d19767 100644
--- a/sd/source/ui/inc/slideshow.hxx
+++ b/sd/source/ui/inc/slideshow.hxx
@@ -56,10 +56,7 @@ namespace com { namespace sun { namespace star {
class SdDrawDocument;
class KeyEvent;
-class HelpEvent;
-class MouseEvent;
class Size;
-class CommandEvent;
class Rectangle;
class Window;
class SfxRequest;
@@ -81,8 +78,6 @@ class ShowWindow;
class Window;
class View;
class ViewShell;
-struct PresentationSettings;
-class EffectSequenceHelper;
class ViewShellBase;
struct PresentationSettingsEx;
class FrameView;
diff --git a/sd/source/ui/inc/tabtempl.hxx b/sd/source/ui/inc/tabtempl.hxx
index 005dd57bc26c..ecaa1b564b32 100644
--- a/sd/source/ui/inc/tabtempl.hxx
+++ b/sd/source/ui/inc/tabtempl.hxx
@@ -35,12 +35,6 @@
class SdrModel;
class SfxObjectShell;
class SdrView;
-class XColorList;
-class XGradientList;
-class XBitmapList;
-class XDashList;
-class XHatchList;
-class XLineEndList;
/*************************************************************************
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx
index 5ee275f63d05..925e0645654e 100644
--- a/sd/source/ui/inc/unomodel.hxx
+++ b/sd/source/ui/inc/unomodel.hxx
@@ -60,7 +60,6 @@
class SdDrawDocument;
class SdPage;
-class SdXCustomPresentations;
namespace sd {
class DrawDocShell;