summaryrefslogtreecommitdiff
path: root/vcl/source/app/stdtext.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 08:26:19 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 08:26:19 +0000
commit124e43be0dafe0a5a2cf22b047f9f276b1cc2ffb (patch)
treed328cd550cc4952ace9410d75458bc7042fd35ce /vcl/source/app/stdtext.cxx
parent46883a233ffcd72258026cde6dc2e835393ad572 (diff)
INTEGRATION: CWS residcleanup (1.6.164); FILE MERGED
2007/02/18 18:18:54 pl 1.6.164.1: #i74635# get rid of implicit global ResMgr
Diffstat (limited to 'vcl/source/app/stdtext.cxx')
-rw-r--r--vcl/source/app/stdtext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/app/stdtext.cxx b/vcl/source/app/stdtext.cxx
index d9fc0d33631f..23ee2f776e1d 100644
--- a/vcl/source/app/stdtext.cxx
+++ b/vcl/source/app/stdtext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: stdtext.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 11:49:24 $
+ * last change: $Author: rt $ $Date: 2007-04-26 09:26:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,7 +58,7 @@ XubString GetStandardText( USHORT nStdText )
ResMgr* pResMgr = ImplGetResMgr();
XubString aText;
if( pResMgr )
- aText = XubString( ResId( nStdText-STANDARD_TEXT_FIRST+SV_STDTEXT_FIRST, pResMgr ) );
+ aText = XubString( ResId( nStdText-STANDARD_TEXT_FIRST+SV_STDTEXT_FIRST, *pResMgr ) );
return aText;
}