summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-07-07 10:07:55 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-07-07 10:09:22 +0900
commit79d386f00163968037673a5c4e616d0fc142086e (patch)
tree4eee153ee8e4478d985e8cf795626dd631ac39ae /svx/source
parentbbcc5572caee525c354457ffc5df77644807523e (diff)
removed unnecessary forward declarations of class
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/engine3d/helperminimaldepth3d.hxx1
-rw-r--r--svx/source/gallery2/codec.hxx1
-rw-r--r--svx/source/inc/GraphCtlAccessibleContext.hxx1
-rw-r--r--svx/source/inc/fmPropBrw.hxx1
-rw-r--r--svx/source/inc/fmexch.hxx2
-rw-r--r--svx/source/inc/fmitems.hxx6
-rw-r--r--svx/source/inc/fmobj.hxx1
-rw-r--r--svx/source/inc/fmpgeimp.hxx13
-rw-r--r--svx/source/inc/fmtextcontrolshell.hxx1
-rw-r--r--svx/source/inc/fmundo.hxx8
-rw-r--r--svx/source/inc/fmvwimp.hxx3
-rw-r--r--svx/source/inc/formcontroller.hxx1
-rw-r--r--svx/source/svdraw/svddrgm1.hxx1
-rw-r--r--svx/source/table/accessiblecell.hxx4
-rw-r--r--svx/source/tbxctrls/extrusioncontrols.hxx4
-rw-r--r--svx/source/unodraw/shapeimpl.hxx2
16 files changed, 0 insertions, 50 deletions
diff --git a/svx/source/engine3d/helperminimaldepth3d.hxx b/svx/source/engine3d/helperminimaldepth3d.hxx
index e25467796ac1..767970dd7201 100644
--- a/svx/source/engine3d/helperminimaldepth3d.hxx
+++ b/svx/source/engine3d/helperminimaldepth3d.hxx
@@ -26,7 +26,6 @@
// predefines
class E3dCompoundObject;
-class E3dScene;
//////////////////////////////////////////////////////////////////////////////
/** support extracting the minimal depth of a 3d object in it's scene
diff --git a/svx/source/gallery2/codec.hxx b/svx/source/gallery2/codec.hxx
index 08d213ffe98f..99363af0fb79 100644
--- a/svx/source/gallery2/codec.hxx
+++ b/svx/source/gallery2/codec.hxx
@@ -24,7 +24,6 @@
// ----------------
class SvStream;
-class SvMemoryStreamStream;
class GalleryCodec
{
diff --git a/svx/source/inc/GraphCtlAccessibleContext.hxx b/svx/source/inc/GraphCtlAccessibleContext.hxx
index fe248f43c6ea..1bec3256036e 100644
--- a/svx/source/inc/GraphCtlAccessibleContext.hxx
+++ b/svx/source/inc/GraphCtlAccessibleContext.hxx
@@ -66,7 +66,6 @@ namespace com { namespace sun { namespace star { namespace awt {
class Rectangle;
class GraphCtrl;
-class Window;
class SdrObject;
class SdrModel;
class SdrPage;
diff --git a/svx/source/inc/fmPropBrw.hxx b/svx/source/inc/fmPropBrw.hxx
index 195e140d78c0..2d8c72393058 100644
--- a/svx/source/inc/fmPropBrw.hxx
+++ b/svx/source/inc/fmPropBrw.hxx
@@ -38,7 +38,6 @@ public:
SFX_DECL_CHILDWINDOW(FmPropBrwMgr);
};
-class FmPropControl;
class SfxBindings;
class FmFormShell;
//========================================================================
diff --git a/svx/source/inc/fmexch.hxx b/svx/source/inc/fmexch.hxx
index d4f800218437..2bafd5652392 100644
--- a/svx/source/inc/fmexch.hxx
+++ b/svx/source/inc/fmexch.hxx
@@ -27,8 +27,6 @@
#include <svx/svxdllapi.h>
-class FmFormShell;
-class FmFormPage;
class SvLBoxEntry;
//========================================================================
diff --git a/svx/source/inc/fmitems.hxx b/svx/source/inc/fmitems.hxx
index 9cefcae57ac6..42b34115aa11 100644
--- a/svx/source/inc/fmitems.hxx
+++ b/svx/source/inc/fmitems.hxx
@@ -32,12 +32,6 @@
#include <svl/poolitem.hxx>
#include <comphelper/uno3.hxx>
-namespace com { namespace sun { namespace star {
- namespace uno {
- class Any;
- }
-}}}
-
//==================================================================
class FmInterfaceItem : public SfxPoolItem
{
diff --git a/svx/source/inc/fmobj.hxx b/svx/source/inc/fmobj.hxx
index b86b8ef908f2..2b8c6ffb1b63 100644
--- a/svx/source/inc/fmobj.hxx
+++ b/svx/source/inc/fmobj.hxx
@@ -37,7 +37,6 @@ class FmFormView;
//==================================================================
// FmFormObj
//==================================================================
-class FmXForms;
class FmFormObj: public SdrUnoObj
{
::com::sun::star::uno::Sequence< ::com::sun::star::script::ScriptEventDescriptor > aEvts; // events des Objects
diff --git a/svx/source/inc/fmpgeimp.hxx b/svx/source/inc/fmpgeimp.hxx
index 0f39df015b11..71feaa20027b 100644
--- a/svx/source/inc/fmpgeimp.hxx
+++ b/svx/source/inc/fmpgeimp.hxx
@@ -44,23 +44,10 @@
#include "svx/svxdllapi.h"
#include <map>
-class SvStream;
class FmFormObj;
class FmFormPage;
class SdrObject;
-namespace com { namespace sun { namespace star {
- namespace container {
- class XIndexContainer;
- }
- namespace io {
- class XObjectOutputStream;
- class XObjectInputStream;
- }
-}}}
-
-class SdrObjList;
-
//==================================================================
// FmFormPageImpl
// lauscht an allen Containern, um festzustellen, wann Objecte
diff --git a/svx/source/inc/fmtextcontrolshell.hxx b/svx/source/inc/fmtextcontrolshell.hxx
index 50caebf72560..8d8baa7ad4c9 100644
--- a/svx/source/inc/fmtextcontrolshell.hxx
+++ b/svx/source/inc/fmtextcontrolshell.hxx
@@ -49,7 +49,6 @@ class SfxItemSet;
class SfxAllItemSet;
class SfxBindings;
class SfxViewFrame;
-class Window;
class SfxApplication;
//........................................................................
diff --git a/svx/source/inc/fmundo.hxx b/svx/source/inc/fmundo.hxx
index dd53b90b03d5..8ffe30b2a04d 100644
--- a/svx/source/inc/fmundo.hxx
+++ b/svx/source/inc/fmundo.hxx
@@ -53,14 +53,6 @@
class FmFormModel;
class FmFormObj;
class SdrObject;
-class FmXFormView;
-
-namespace com { namespace sun { namespace star {
- namespace awt {
- class XControl;
- class XControlContainer;
- }
-}}}
//==================================================================
// FmUndoPropertyAction
diff --git a/svx/source/inc/fmvwimp.hxx b/svx/source/inc/fmvwimp.hxx
index 48295cc75ccb..0043ad29ca87 100644
--- a/svx/source/inc/fmvwimp.hxx
+++ b/svx/source/inc/fmvwimp.hxx
@@ -51,10 +51,8 @@
#include <comphelper/componentcontext.hxx>
#include <rtl/ref.hxx>
-//class SdrPageViewWinRec;
class SdrPageWindow;
-class SdrPageView;
class SdrObject;
class FmFormObj;
class FmFormModel;
@@ -63,7 +61,6 @@ class FmFormShell;
class Window;
class OutputDevice;
class SdrUnoObj;
-class SdrView;
namespace com { namespace sun { namespace star {
namespace awt {
diff --git a/svx/source/inc/formcontroller.hxx b/svx/source/inc/formcontroller.hxx
index 28f374c401b4..9d1bef749393 100644
--- a/svx/source/inc/formcontroller.hxx
+++ b/svx/source/inc/formcontroller.hxx
@@ -102,7 +102,6 @@ typedef ::std::map< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XTe
typedef ::std::vector< FmFilterRow > FmFilterRows;
typedef ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::form::runtime::XFormController > > FmFormControllers;
-class FmFormView;
class Window;
namespace svxform
diff --git a/svx/source/svdraw/svddrgm1.hxx b/svx/source/svdraw/svddrgm1.hxx
index b45dde17729d..49e5a3c1d9a1 100644
--- a/svx/source/svdraw/svddrgm1.hxx
+++ b/svx/source/svdraw/svddrgm1.hxx
@@ -38,7 +38,6 @@
// predeclarations
class SdrDragView;
-class SdrDragStat;
////////////////////////////////////////////////////////////////////////////////////////////////////
// SdrDragMovHdl
diff --git a/svx/source/table/accessiblecell.hxx b/svx/source/table/accessiblecell.hxx
index 5b32554f39ac..d31e2de454ca 100644
--- a/svx/source/table/accessiblecell.hxx
+++ b/svx/source/table/accessiblecell.hxx
@@ -48,15 +48,11 @@
#include <boost/noncopyable.hpp>
-class SdrObject;
-
namespace accessibility
{
-class AccessibleShapeInfo;
class AccessibleShapeTreeInfo;
-class IAccessibleParent;
typedef ::cppu::ImplInheritanceHelper1< AccessibleContextBase, ::com::sun::star::accessibility::XAccessibleExtendedComponent > AccessibleCellBase;
diff --git a/svx/source/tbxctrls/extrusioncontrols.hxx b/svx/source/tbxctrls/extrusioncontrols.hxx
index 5ff022bd0cf5..0c487f6af7ac 100644
--- a/svx/source/tbxctrls/extrusioncontrols.hxx
+++ b/svx/source/tbxctrls/extrusioncontrols.hxx
@@ -40,16 +40,12 @@
#include <svtools/popupwindowcontroller.hxx>
#include <svtools/popupmenucontrollerbase.hxx>
-class SfxBindings;
-class SfxStatusForwarder;
class ValueSet;
//========================================================================
namespace svx
{
-class ToolboxButtonColorUpdater;
-
class ExtrusionDirectionWindow : public svtools::ToolbarMenu
{
public:
diff --git a/svx/source/unodraw/shapeimpl.hxx b/svx/source/unodraw/shapeimpl.hxx
index abe386350154..3b9f1c83aa0c 100644
--- a/svx/source/unodraw/shapeimpl.hxx
+++ b/svx/source/unodraw/shapeimpl.hxx
@@ -30,8 +30,6 @@
#include <svx/unoshape.hxx>
-class SvGlobalName;
-
/***********************************************************************
* *
***********************************************************************/