diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-25 09:40:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-25 09:42:07 +0100 |
commit | 005f5d443e432130b902e1c78283c5f57f34d2b5 (patch) | |
tree | 6eb3f4607ffd07d06f197de6760201af07d9589c /sfx2/inc | |
parent | 01f5362e7982cc1e5b8c9fa7216c892667971737 (diff) |
remove freshly unused methods
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/dispatch.hxx | 3 | ||||
-rw-r--r-- | sfx2/inc/sfx2/mnuitem.hxx | 3 | ||||
-rw-r--r-- | sfx2/inc/sfx2/mnumgr.hxx | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/inc/sfx2/dispatch.hxx b/sfx2/inc/sfx2/dispatch.hxx index 9a0b4f96e62f..ac2ec043fbb1 100644 --- a/sfx2/inc/sfx2/dispatch.hxx +++ b/sfx2/inc/sfx2/dispatch.hxx @@ -140,9 +140,6 @@ friend class SfxHelp; void _Execute( SfxShell &rShell, const SfxSlot &rSlot, SfxRequest &rReq, SfxCallMode eCall = SFX_CALLMODE_STANDARD); - const SfxPoolItem* _Execute( sal_uInt16 nSlot, SfxCallMode eCall, - va_list pArgs, const SfxPoolItem *pArg1 ); - #endif protected: void FlushImpl(); diff --git a/sfx2/inc/sfx2/mnuitem.hxx b/sfx2/inc/sfx2/mnuitem.hxx index 49051160d761..62ebce679ed4 100644 --- a/sfx2/inc/sfx2/mnuitem.hxx +++ b/sfx2/inc/sfx2/mnuitem.hxx @@ -85,12 +85,9 @@ class SfxUnoMenuControl : public SfxMenuControl SfxUnoControllerItem* pUnoCtrl; public: SfxUnoMenuControl( const String&, sal_uInt16 nId, Menu&, - SfxBindings&, SfxVirtualMenu* ); - SfxUnoMenuControl( const String&, sal_uInt16 nId, Menu&, const String&, SfxBindings&, SfxVirtualMenu* ); ~SfxUnoMenuControl(); - void Select(); }; typedef SfxMenuControl* (*SfxMenuControlCtor)( sal_uInt16 nId, Menu &, SfxBindings & ); diff --git a/sfx2/inc/sfx2/mnumgr.hxx b/sfx2/inc/sfx2/mnumgr.hxx index 58d412b35408..6b65fe939751 100644 --- a/sfx2/inc/sfx2/mnumgr.hxx +++ b/sfx2/inc/sfx2/mnumgr.hxx @@ -89,7 +89,6 @@ public: class SAL_DLLPUBLIC_EXPORT SfxPopupMenuManager : public SfxMenuManager { private: - DECL_LINK( SelectHdl, void * ); Menu* pSVMenu; // when #i107205 gets fixed this one should be superfluous. |