diff options
author | August Sodora <augsod@gmail.com> | 2012-01-21 01:11:20 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2012-01-21 01:54:19 -0500 |
commit | 8904dce9758a48d2d627ebd5d755f0c2105b9ba0 (patch) | |
tree | 12b086107f77f439b73aa866927e8abe540e0a64 /sfx2/inc/arrdecl.hxx | |
parent | f057a76585e1f2b5f36631883155743a3b88f92e (diff) |
Remove unused SV_DECL_PTRARR
Diffstat (limited to 'sfx2/inc/arrdecl.hxx')
-rw-r--r-- | sfx2/inc/arrdecl.hxx | 4 |
1 files changed, 0 insertions, 4 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 ) |