diff options
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/msgpool.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sfx2/inc/sfx2/msgpool.hxx b/sfx2/inc/sfx2/msgpool.hxx index 425ecd7149d2..0c7eab1fe453 100644 --- a/sfx2/inc/sfx2/msgpool.hxx +++ b/sfx2/inc/sfx2/msgpool.hxx @@ -40,12 +40,10 @@ class SfxInterface; class SfxSlot; -class SfxInterfaceArr_Impl; class SfxSlotTypeArr_Impl; typedef std::basic_string< sal_uInt16 > SfxSlotGroupArr_Impl; - -//========================================================================= +typedef std::vector<SfxInterface*> SfxInterfaceArr_Impl; class SFX2_DLLPUBLIC SfxSlotPool { |