summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel
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/toolpanel
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/toolpanel')
-rw-r--r--sd/source/ui/toolpanel/LayoutMenu.hxx1
-rw-r--r--sd/source/ui/toolpanel/ToolPanelUIElement.hxx2
-rw-r--r--sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx4
-rw-r--r--sd/source/ui/toolpanel/controls/CustomAnimationPanel.hxx4
-rw-r--r--sd/source/ui/toolpanel/controls/MasterPageContainer.hxx6
-rw-r--r--sd/source/ui/toolpanel/controls/MasterPagesSelector.hxx4
-rw-r--r--sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.hxx2
-rw-r--r--sd/source/ui/toolpanel/controls/SlideTransitionPanel.hxx4
-rw-r--r--sd/source/ui/toolpanel/controls/TableDesignPanel.hxx4
9 files changed, 4 insertions, 27 deletions
diff --git a/sd/source/ui/toolpanel/LayoutMenu.hxx b/sd/source/ui/toolpanel/LayoutMenu.hxx
index 6f544defb313..82551292ed2a 100644
--- a/sd/source/ui/toolpanel/LayoutMenu.hxx
+++ b/sd/source/ui/toolpanel/LayoutMenu.hxx
@@ -46,7 +46,6 @@ class SfxModule;
namespace sd {
class DrawDocShell;
-class PaneManagerEvent;
class ViewShellBase;
}
diff --git a/sd/source/ui/toolpanel/ToolPanelUIElement.hxx b/sd/source/ui/toolpanel/ToolPanelUIElement.hxx
index c3f6e90199c1..ff0dfdaec08c 100644
--- a/sd/source/ui/toolpanel/ToolPanelUIElement.hxx
+++ b/sd/source/ui/toolpanel/ToolPanelUIElement.hxx
@@ -33,8 +33,6 @@ namespace sd { namespace toolpanel
{
//......................................................................................................................
- class TreeNode;
-
//==================================================================================================================
//= ToolPanelUIElement
//==================================================================================================================
diff --git a/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx b/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx
index 024f89d12f36..af01f2571a5b 100644
--- a/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx
+++ b/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx
@@ -24,6 +24,10 @@
#include <memory>
+namespace sd {
+class TemplateEntry;
+}
+
namespace sd { namespace toolpanel { namespace controls {
diff --git a/sd/source/ui/toolpanel/controls/CustomAnimationPanel.hxx b/sd/source/ui/toolpanel/controls/CustomAnimationPanel.hxx
index 8181bc64abd4..cb47272a1fab 100644
--- a/sd/source/ui/toolpanel/controls/CustomAnimationPanel.hxx
+++ b/sd/source/ui/toolpanel/controls/CustomAnimationPanel.hxx
@@ -22,10 +22,6 @@
#include "taskpane/SubToolPanel.hxx"
-namespace sd {
-class ViewShellBase;
-}
-
namespace sd { namespace toolpanel {
class TreeNode;
class ControlFactory;
diff --git a/sd/source/ui/toolpanel/controls/MasterPageContainer.hxx b/sd/source/ui/toolpanel/controls/MasterPageContainer.hxx
index ece2db1b4ac1..68939582bb6a 100644
--- a/sd/source/ui/toolpanel/controls/MasterPageContainer.hxx
+++ b/sd/source/ui/toolpanel/controls/MasterPageContainer.hxx
@@ -34,12 +34,6 @@
#include <boost/shared_ptr.hpp>
class SdPage;
-class SdDrawDocument;
-class SfxObjectShellLock;
-
-namespace sd {
-class DrawDocShell;
-}
namespace sd { namespace toolpanel { namespace controls {
diff --git a/sd/source/ui/toolpanel/controls/MasterPagesSelector.hxx b/sd/source/ui/toolpanel/controls/MasterPagesSelector.hxx
index 74a549172e60..b69a0f6f5ec5 100644
--- a/sd/source/ui/toolpanel/controls/MasterPagesSelector.hxx
+++ b/sd/source/ui/toolpanel/controls/MasterPagesSelector.hxx
@@ -44,12 +44,8 @@
class MouseEvent;
class SdDrawDocument;
class SdPage;
-class SfxModule;
namespace sd {
-class DrawViewShell;
-class TemplateEntry;
-class TemplateDir;
class ViewShellBase;
}
diff --git a/sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.hxx b/sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.hxx
index 291a2c796dac..4d43ae3e784f 100644
--- a/sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.hxx
+++ b/sd/source/ui/toolpanel/controls/RecentlyUsedMasterPages.hxx
@@ -30,8 +30,6 @@
#include "MasterPageContainer.hxx"
#include <com/sun/star/uno/XInterface.hpp>
-class SdPage;
-
namespace sd {
class MasterPageObserverEvent;
}
diff --git a/sd/source/ui/toolpanel/controls/SlideTransitionPanel.hxx b/sd/source/ui/toolpanel/controls/SlideTransitionPanel.hxx
index df152b81738c..a3671c3d68d0 100644
--- a/sd/source/ui/toolpanel/controls/SlideTransitionPanel.hxx
+++ b/sd/source/ui/toolpanel/controls/SlideTransitionPanel.hxx
@@ -21,10 +21,6 @@
#include "taskpane/SubToolPanel.hxx"
-namespace sd {
-class ViewShellBase;
-}
-
namespace sd { namespace toolpanel {
class ControlFactory;
class TreeNode;
diff --git a/sd/source/ui/toolpanel/controls/TableDesignPanel.hxx b/sd/source/ui/toolpanel/controls/TableDesignPanel.hxx
index ce5f4d3b5b9a..82e862d0a0a6 100644
--- a/sd/source/ui/toolpanel/controls/TableDesignPanel.hxx
+++ b/sd/source/ui/toolpanel/controls/TableDesignPanel.hxx
@@ -22,10 +22,6 @@
#include "taskpane/SubToolPanel.hxx"
-namespace sd {
-class ViewShellBase;
-}
-
namespace sd { namespace toolpanel {
class TreeNode;
class ControlFactory;