diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 06:24:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 06:24:30 +0000 |
commit | 06b60526d0b59d15da201b80f26b8ffc6fdb092a (patch) | |
tree | ee4cebeace5f3e0ddf363d2e1b02d7b01af9d86c /svx/source/dialog/SpellDialog.cxx | |
parent | 0c3c8c77523f3c915b093fc4880f503a5a8fb38c (diff) |
INTEGRATION: CWS residcleanup (1.15.24); FILE MERGED
2007/02/20 19:38:26 pl 1.15.24.1: #i74635# get rid of global ResMgr
Diffstat (limited to 'svx/source/dialog/SpellDialog.cxx')
-rw-r--r-- | svx/source/dialog/SpellDialog.cxx | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/svx/source/dialog/SpellDialog.cxx b/svx/source/dialog/SpellDialog.cxx index 6b10d6565e34..aacf437aa6ef 100644 --- a/svx/source/dialog/SpellDialog.cxx +++ b/svx/source/dialog/SpellDialog.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SpellDialog.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2007-01-30 15:26:09 $ + * last change: $Author: rt $ $Date: 2007-04-26 07:24:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -246,30 +246,30 @@ SpellDialog::SpellDialog( pParent, SVX_RES(RID_SVXDLG_SPELLCHECK)), - aNotInDictFT ( this, ResId( FT_NOTINDICT ) ), - aSentenceED ( this, ResId( ED_NEWWORD ) ), - aSuggestionFT ( this, ResId( FT_SUGGESTION ) ), - aSuggestionLB ( this, ResId( LB_SUGGESTION ) ), - aLanguageFT ( this, ResId( FT_LANGUAGE ) ), - aLanguageLB ( this, ResId( LB_LANGUAGE ) ), + aNotInDictFT ( this, SVX_RES( FT_NOTINDICT ) ), + aSentenceED ( this, SVX_RES( ED_NEWWORD ) ), + aSuggestionFT ( this, SVX_RES( FT_SUGGESTION ) ), + aSuggestionLB ( this, SVX_RES( LB_SUGGESTION ) ), + aLanguageFT ( this, SVX_RES( FT_LANGUAGE ) ), + aLanguageLB ( this, SVX_RES( LB_LANGUAGE ) ), - aIgnorePB ( this, ResId( PB_IGNORE ) ), - aIgnoreAllPB ( this, ResId( PB_IGNOREALL ) ), - aAddToDictMB ( this, ResId( MB_ADDTODICT ) ), + aIgnorePB ( this, SVX_RES( PB_IGNORE ) ), + aIgnoreAllPB ( this, SVX_RES( PB_IGNOREALL ) ), + aAddToDictMB ( this, SVX_RES( MB_ADDTODICT ) ), - aChangePB ( this, ResId( PB_CHANGE ) ), - aChangeAllPB ( this, ResId( PB_CHANGEALL ) ), - aAutoCorrPB ( this, ResId( PB_AUTOCORR ) ), + aChangePB ( this, SVX_RES( PB_CHANGE ) ), + aChangeAllPB ( this, SVX_RES( PB_CHANGEALL ) ), + aAutoCorrPB ( this, SVX_RES( PB_AUTOCORR ) ), - aOptionsPB ( this, ResId( PB_OPTIONS ) ), - aHelpPB ( this, ResId( PB_HELP ) ), - aUndoPB ( this, ResId( PB_UNDO ) ), - aClosePB ( this, ResId( PB_CLOSE ) ), - aBackgroundGB ( this, ResId( GB_BACKGROUND ) ), + aOptionsPB ( this, SVX_RES( PB_OPTIONS ) ), + aHelpPB ( this, SVX_RES( PB_HELP ) ), + aUndoPB ( this, SVX_RES( PB_UNDO ) ), + aClosePB ( this, SVX_RES( PB_CLOSE ) ), + aBackgroundGB ( this, SVX_RES( GB_BACKGROUND ) ), - aResumeST ( ResId(ST_RESUME )), + aResumeST ( SVX_RES(ST_RESUME )), aIgnoreOnceST ( aIgnorePB.GetText()), - aNoSuggestionsST( ResId(ST_NOSUGGESTIONS)), + aNoSuggestionsST( SVX_RES(ST_NOSUGGESTIONS)), aDialogUndoLink( LINK (this, SpellDialog, DialogUndoHdl)), bModified( false ), bFocusLocked( false ), |