diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 09:16:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 09:16:23 +0000 |
commit | 8108f2113064ef0001b8066e2a6868bf138c6589 (patch) | |
tree | 9ec8a03bbbb066b41665d596322be1ab7274370f /sfx2/source | |
parent | 5f3dc4f67315d4f7934155ab81863a234496a68b (diff) |
INTEGRATION: CWS residcleanup (1.127.28); FILE MERGED
2007/02/20 16:35:34 pl 1.127.28.1: #i74635# get rid of global ResMgr
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 5466c3845300..db11adf7d659 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: viewfrm.cxx,v $ * - * $Revision: 1.127 $ + * $Revision: 1.128 $ * - * last change: $Author: obo $ $Date: 2007-01-23 07:40:04 $ + * last change: $Author: rt $ $Date: 2007-04-26 10:16:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -678,7 +678,7 @@ void SfxViewFrame::ExecReload_Impl( SfxRequest& rReq ) if ( bDo && GetFrame()->DocIsModified_Impl() && !rReq.IsAPI() && ( !pSilentItem || !pSilentItem->GetValue() ) ) { - QueryBox aBox( &GetWindow(), ResId(MSG_QUERY_LASTVERSION) ); + QueryBox aBox( &GetWindow(), SfxResId(MSG_QUERY_LASTVERSION) ); bDo = ( RET_YES == aBox.Execute() ); } |