summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2012-01-20 14:07:55 -0500
committerAugust Sodora <augsod@gmail.com>2012-01-20 14:07:55 -0500
commitc987ddfec57cfe712088ee44f864774ac26ed262 (patch)
tree8e262af15279a467b5d6152ca685aaafaab643f2 /sfx2/inc
parent21ec8d068f457f222fa170eed296415717716a14 (diff)
Actually this is unused
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/msgpool.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/inc/sfx2/msgpool.hxx b/sfx2/inc/sfx2/msgpool.hxx
index 35d4be615e98..a110b58f7906 100644
--- a/sfx2/inc/sfx2/msgpool.hxx
+++ b/sfx2/inc/sfx2/msgpool.hxx
@@ -40,16 +40,13 @@
class SfxInterface;
class SfxSlot;
-class SfxSlotType_Impl;
typedef std::basic_string< sal_uInt16 > SfxSlotGroupArr_Impl;
-typedef std::vector<SfxSlotType_Impl*> SfxSlotTypeArr_Impl;
typedef std::vector<SfxInterface*> SfxInterfaceArr_Impl;
class SFX2_DLLPUBLIC SfxSlotPool
{
SfxSlotGroupArr_Impl* _pGroups;
- SfxSlotTypeArr_Impl* _pTypes;
SfxSlotPool* _pParentPool;
ResMgr* _pResMgr;
SfxInterfaceArr_Impl* _pInterfaces;