diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 06:42:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 06:42:52 +0000 |
commit | cdce9a8d97206935754fd325db4a43efa1bc4bfa (patch) | |
tree | 9e020730e2406100330538c18baf4019125e5d52 /svx | |
parent | 3c63a005cf3b933ca1fba4bb69e154c33f2ac250 (diff) |
INTEGRATION: CWS residcleanup (1.13.230); FILE MERGED
2007/02/21 22:04:11 pl 1.13.230.1: #i74635# get rid of global ResMgr
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/splwrap.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/splwrap.cxx b/svx/source/dialog/splwrap.cxx index 3d51ae7a4d04..8e68ac203e0b 100644 --- a/svx/source/dialog/splwrap.cxx +++ b/svx/source/dialog/splwrap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: splwrap.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-10-12 12:27:00 $ + * last change: $Author: rt $ $Date: 2007-04-26 07:42:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -560,7 +560,7 @@ sal_Bool SvxSpellWrapper::SpellNext( ) return sal_False; } - ResMgr* pMgr = DIALOG_MGR(); + ResMgr& rMgr = DIALOG_MGR(); sal_Bool bGoOn = sal_False; if ( bOtherCntnt ) @@ -604,7 +604,7 @@ sal_Bool SvxSpellWrapper::SpellNext( ) if( bDontWrapAround ) #else sal_uInt16 nResId = bReverse ? RID_SVXQB_BW_CONTINUE : RID_SVXQB_CONTINUE; - QueryBox aBox( pWin, ResId( nResId, pMgr ) ); + QueryBox aBox( pWin, ResId( nResId, rMgr ) ); if ( aBox.Execute() != RET_YES ) #endif |