diff options
author | August Sodora <augsod@gmail.com> | 2012-01-16 18:22:30 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2012-01-16 20:23:31 -0500 |
commit | d72e62066079c894d7275d60fecf4ef19f9fa01c (patch) | |
tree | 2e5f1c6b64619c2ce77ad4c2ce0619164c494f95 /sfx2/inc/arrdecl.hxx | |
parent | 104d688af4e34d13631dd37afb659bb8c7da74f0 (diff) |
Remove unused SV_DECL_PTRARR_DEL
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 c7d181eb1110..2d33577f1692 100644 --- a/sfx2/inc/arrdecl.hxx +++ b/sfx2/inc/arrdecl.hxx @@ -32,10 +32,6 @@ #include <sfx2/minarray.hxx> #include <vector> -struct CntUpdateResult; - -SV_DECL_PTRARR_DEL(CntUpdateResults_Impl, CntUpdateResult*, 4, 4) - class SfxObjectShell; SV_DECL_PTRARR( SfxObjectShellArr_Impl, SfxObjectShell*, 4, 4 ) |