INTEGRATION: CWS residcleanup (1.15.38); FILE MERGED

2007/02/22 21:56:09 pl 1.15.38.1: #i74635# get rid of global ResMgr fallback
This commit is contained in:
Rüdiger Timm 2007-04-26 07:26:12 +00:00
parent d1497aab90
commit 749386d340

View file

@ -4,9 +4,9 @@
*
* $RCSfile: iodlg.cxx,v $
*
* $Revision: 1.15 $
* $Revision: 1.16 $
*
* last change: $Author: vg $ $Date: 2006-11-22 10:15:23 $
* last change: $Author: rt $ $Date: 2007-04-26 08:26:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -586,7 +586,7 @@ namespace
struct SvtResId : public ResId
{
SvtResId (USHORT nId) : ResId (nId, ResMgrHolder::getOrCreate()) {}
SvtResId (USHORT nId) : ResId (nId, *ResMgrHolder::getOrCreate()) {}
};
}