diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/arrdecl.hxx | 4 | ||||
-rw-r--r-- | sfx2/inc/sfx2/docfac.hxx | 1 |
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; |