diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-31 20:55:58 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-31 20:55:58 +0200 |
commit | 2f44516d6c3fce6ebe372214ce4bfa11875bd3d1 (patch) | |
tree | cfbc6cf57fde9482b2dcab3194b49bc7c3dc2dd0 /sfx2/inc | |
parent | 6a1486fd2c446624351f34a00be099fbeba040d3 (diff) |
unusedcode: remove various classes
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/dispatch.hxx | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sfx2/inc/sfx2/dispatch.hxx b/sfx2/inc/sfx2/dispatch.hxx index ac2ec043fbb1..0ce4f2ba16c4 100644 --- a/sfx2/inc/sfx2/dispatch.hxx +++ b/sfx2/inc/sfx2/dispatch.hxx @@ -81,30 +81,6 @@ SV_DECL_PTRARR_DEL( SfxItemPtrArray, SfxPoolItemPtr, 4, 4 ) // fuer shell.cxx typedef SfxItemPtrArray SfxItemArray_Impl; -class SfxExecuteItem : public SfxItemPtrArray, public SfxPoolItem -{ - sal_uInt16 nSlot; - SfxCallMode eCall; - sal_uInt16 nModifier; -public: - sal_uInt16 GetSlot() const { return nSlot; } - sal_uInt16 GetModifier() const { return nModifier; } - void SetModifier( sal_uInt16 nModifierP ) { nModifier = nModifierP; } - SfxCallMode GetCallMode() const { return eCall; } - void SetCallMode( SfxCallMode eMode ) { eCall = eMode; } - virtual int operator==( const SfxPoolItem& ) const; - - virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const; - SfxExecuteItem( - sal_uInt16 nWhich, sal_uInt16 nSlot, SfxCallMode eMode, - const SfxPoolItem *pArg1, ... ); - SfxExecuteItem( - sal_uInt16 nWhich, sal_uInt16 nSlot, SfxCallMode eMode ); - SfxExecuteItem( const SfxExecuteItem& ); -}; - -//========================================================================= - class SFX2_DLLPUBLIC SfxDispatcher { SfxDispatcher_Impl* pImp; |