summaryrefslogtreecommitdiff
path: root/sfx2/inc/arrdecl.hxx
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2012-01-16 18:22:30 -0500
committerAugust Sodora <augsod@gmail.com>2012-01-16 20:23:31 -0500
commitd72e62066079c894d7275d60fecf4ef19f9fa01c (patch)
tree2e5f1c6b64619c2ce77ad4c2ce0619164c494f95 /sfx2/inc/arrdecl.hxx
parent104d688af4e34d13631dd37afb659bb8c7da74f0 (diff)
Remove unused SV_DECL_PTRARR_DEL
Diffstat (limited to 'sfx2/inc/arrdecl.hxx')
-rw-r--r--sfx2/inc/arrdecl.hxx4
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 )