summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/commonlingui.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-08-03 10:25:58 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-08-03 10:25:58 +0100
commit4ba1224b5e746ccfaac66b4d5dc74d7b49a91a0b (patch)
treef11995b0d063591594308417cc87fbe30b5e6ae8 /cui/source/dialogs/commonlingui.hxx
parent39123c969ac9b94845814b39b5b2618840f1e4d9 (diff)
parent2ae7ed978e22dbb6fc5e84c3dc686ab4bb9e1cec (diff)
cmcfixes77: merge with DEV300 m86
Diffstat (limited to 'cui/source/dialogs/commonlingui.hxx')
-rw-r--r--cui/source/dialogs/commonlingui.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/cui/source/dialogs/commonlingui.hxx b/cui/source/dialogs/commonlingui.hxx
index 04d9fbcc58e4..c6eb11b9a48c 100644
--- a/cui/source/dialogs/commonlingui.hxx
+++ b/cui/source/dialogs/commonlingui.hxx
@@ -152,18 +152,6 @@ public:
// returns the location (upper-left corner) of the group of action buttons
inline Point GetActionButtonsLocation( ) const { return aIgnoreBtn.GetPosPixel(); }
-
- // updates the help texts for the "change" and "change all" buttons according to the currently
- // entered texts
- void UpdateChangesHelp( const String& _rNewText );
- inline void UpdateChangesHelp( ) { UpdateChangesHelp( GetWordInputControl().GetText() ); }
-
- // updates the help texts for the "ignore" and "always ignore" buttons according to the currently
- // entered texts
- void UpdateIgnoreHelp( );
-
- String GetNewEditWord();
- void SetNewEditWord( const String& _rNew );
};