INTEGRATION: CWS residcleanup (1.5.262); FILE MERGED

2007/02/21 22:04:12 pl 1.5.262.1: #i74635# get rid of global ResMgr
This commit is contained in:
Rüdiger Timm 2007-04-26 06:43:51 +00:00
parent 389c081730
commit a9896923c1

View file

@ -4,9 +4,9 @@
*
* $RCSfile: swframeposstrings.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: obo $ $Date: 2006-09-17 04:41:53 $
* last change: $Author: rt $ $Date: 2007-04-26 07:43:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -63,7 +63,7 @@ SvxSwFramePosString_Impl::SvxSwFramePosString_Impl() :
for(USHORT i = 0; i < SvxSwFramePosString::STR_MAX; i++)
{
//string ids have to start at 1
aStrings[i] = String(ResId(i + 1));
aStrings[i] = String(SVX_RES(i + 1));
}
FreeResource();
}