Kaydet (Commit) cd7bd2ff authored tarafından August Sodora's avatar August Sodora

Remove unused SV_DECL_PTRARR

üst 85c58cd3
...@@ -73,10 +73,6 @@ struct SfxExternalLib_Impl; ...@@ -73,10 +73,6 @@ struct SfxExternalLib_Impl;
typedef SfxExternalLib_Impl* SfxExternalLibPtr; typedef SfxExternalLib_Impl* SfxExternalLibPtr;
SV_DECL_PTRARR_DEL( SfxExternalLibArr_Impl, SfxExternalLibPtr, 2, 2 ) SV_DECL_PTRARR_DEL( SfxExternalLibArr_Impl, SfxExternalLibPtr, 2, 2 )
class SfxSlot;
typedef SfxSlot* SfxSlotPtr;
SV_DECL_PTRARR( SfxSlotArr_Impl, SfxSlotPtr, 20, 20 )
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -42,7 +42,6 @@ class SfxInterface; ...@@ -42,7 +42,6 @@ class SfxInterface;
class SfxSlot; class SfxSlot;
class SfxInterfaceArr_Impl; class SfxInterfaceArr_Impl;
class SfxSlotTypeArr_Impl; class SfxSlotTypeArr_Impl;
class SfxSlotArr_Impl;
typedef std::basic_string< sal_uInt16 > SfxSlotGroupArr_Impl; typedef std::basic_string< sal_uInt16 > SfxSlotGroupArr_Impl;
...@@ -58,7 +57,6 @@ class SFX2_DLLPUBLIC SfxSlotPool ...@@ -58,7 +57,6 @@ class SFX2_DLLPUBLIC SfxSlotPool
sal_uInt16 _nCurGroup; sal_uInt16 _nCurGroup;
sal_uInt16 _nCurInterface; sal_uInt16 _nCurInterface;
sal_uInt16 _nCurMsg; sal_uInt16 _nCurMsg;
SfxSlotArr_Impl* _pUnoSlots;
private: private:
const SfxSlot* SeekSlot( sal_uInt16 nObject ); const SfxSlot* SeekSlot( sal_uInt16 nObject );
......
...@@ -69,7 +69,6 @@ SfxSlotPool::SfxSlotPool( SfxSlotPool *pParent, ResMgr* pResManager ) ...@@ -69,7 +69,6 @@ SfxSlotPool::SfxSlotPool( SfxSlotPool *pParent, ResMgr* pResManager )
, _nCurGroup(0) , _nCurGroup(0)
, _nCurInterface(0) , _nCurInterface(0)
, _nCurMsg(0) , _nCurMsg(0)
, _pUnoSlots( 0 )
{ {
if ( !_pResMgr ) if ( !_pResMgr )
_pResMgr = SfxApplication::GetOrCreate()->GetOffResManager_Impl(); _pResMgr = SfxApplication::GetOrCreate()->GetOffResManager_Impl();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment