summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2012-01-21 01:11:20 -0500
committerAugust Sodora <augsod@gmail.com>2012-01-21 01:54:19 -0500
commit8904dce9758a48d2d627ebd5d755f0c2105b9ba0 (patch)
tree12b086107f77f439b73aa866927e8abe540e0a64 /sfx2/inc
parentf057a76585e1f2b5f36631883155743a3b88f92e (diff)
Remove unused SV_DECL_PTRARR
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/arrdecl.hxx4
-rw-r--r--sfx2/inc/sfx2/docfac.hxx1
2 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/inc/arrdecl.hxx b/sfx2/inc/arrdecl.hxx
index 029eb890fb8c..904cc620d05f 100644
--- a/sfx2/inc/arrdecl.hxx
+++ b/sfx2/inc/arrdecl.hxx
@@ -41,10 +41,6 @@ SV_DECL_PTRARR( SfxViewFrameArr_Impl, SfxViewFrame*, 4, 4 )
class SfxViewShell;
SV_DECL_PTRARR( SfxViewShellArr_Impl, SfxViewShell*, 4, 4 )
-class SfxObjectFactory;
-typedef SfxObjectFactory* SfxObjectFactoryPtr;
-SV_DECL_PTRARR( SfxObjectFactoryArr_Impl, SfxObjectFactoryPtr, 3, 3 )
-
struct SfxTbxCtrlFactory;
SV_DECL_PTRARR_DEL( SfxTbxCtrlFactArr_Impl, SfxTbxCtrlFactory*, 8, 4 )
diff --git a/sfx2/inc/sfx2/docfac.hxx b/sfx2/inc/sfx2/docfac.hxx
index db270314cd3d..b60d7590765a 100644
--- a/sfx2/inc/sfx2/docfac.hxx
+++ b/sfx2/inc/sfx2/docfac.hxx
@@ -41,7 +41,6 @@
#include <sfx2/objsh.hxx>
#include <sfx2/sfxdefs.hxx>
-class SfxObjectFactoryArr_Impl;
class SfxMedium;
class SfxFilter;
class SfxViewFactory;