diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-10 22:26:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-11 11:55:04 +0000 |
commit | 328e09955a612b8bcd6962f8af1b5dfb7272871a (patch) | |
tree | 61579837ac6ee0976d7d671e1120eeee2cf78489 /cui/source/inc/iconcdlg.hxx | |
parent | 6ddb02bad568be58c8728a40c43b81232c1ca4a0 (diff) |
callcatcher: remove some unused code
Diffstat (limited to 'cui/source/inc/iconcdlg.hxx')
-rw-r--r-- | cui/source/inc/iconcdlg.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx index dde82a1686a8..c76a87b4b570 100644 --- a/cui/source/inc/iconcdlg.hxx +++ b/cui/source/inc/iconcdlg.hxx @@ -240,8 +240,6 @@ public : void SetCurPageId( sal_uInt16 nId ) { mnCurrentPageId = nId; FocusOnIcon( nId ); } sal_uInt16 GetCurPageId() const { return mnCurrentPageId; } void ShowPage( sal_uInt16 nId ); - void RemoveTabPage( sal_uInt16 nId ); - void RemoveResetButton(); // liefert ggf. per Map konvertierte lokale Slots const sal_uInt16* GetInputRanges( const SfxItemPool& ); |