summaryrefslogtreecommitdiff
path: root/sfx2/inc/arrdecl.hxx
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2012-01-20 01:01:41 -0500
committerAugust Sodora <augsod@gmail.com>2012-01-20 13:47:57 -0500
commitcd7bd2ff39fbb35121d34d1a3319587cce1a96b3 (patch)
tree1ea6a7e429479a466c92070ed553c2b07136fa78 /sfx2/inc/arrdecl.hxx
parent85c58cd3ad210a4be49842ec0f272b2aebc5938e (diff)
Remove unused SV_DECL_PTRARR
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 2d33577f1692..2bbd34a276c5 100644
--- a/sfx2/inc/arrdecl.hxx
+++ b/sfx2/inc/arrdecl.hxx
@@ -73,10 +73,6 @@ struct SfxExternalLib_Impl;
typedef SfxExternalLib_Impl* SfxExternalLibPtr;
SV_DECL_PTRARR_DEL( SfxExternalLibArr_Impl, SfxExternalLibPtr, 2, 2 )
-class SfxSlot;
-typedef SfxSlot* SfxSlotPtr;
-SV_DECL_PTRARR( SfxSlotArr_Impl, SfxSlotPtr, 20, 20 )
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */