diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-26 13:08:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-26 13:08:39 +0100 |
commit | 4c96fa780890d2538e744d8080ac689a2fc1d593 (patch) | |
tree | 4185274c181799b469d026a07067461ad5e32d33 | |
parent | fa22dd910bb9a1ad152d1120a027330fc19a649e (diff) |
drop unused helpids fully
Change-Id: I1490fda183bb2315e3d6947941478fa3dd8ed6fb
-rw-r--r-- | sw/source/ui/index/cnttab.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx index c3f6987b46c9..5b3e4774c56b 100644 --- a/sw/source/ui/index/cnttab.cxx +++ b/sw/source/ui/index/cnttab.cxx @@ -1574,7 +1574,6 @@ public: bNextControl(false), m_pParent( pTokenWin ) { - SetHelpId( HID_TOX_ENTRY_EDIT ); } virtual void KeyInput( const KeyEvent& rKEvt ); @@ -1654,7 +1653,6 @@ public: bNextControl(false), m_pParent(pTokenWin) { - SetHelpId(HID_TOX_ENTRY_BUTTON); } virtual void KeyInput( const KeyEvent& rKEvt ); |