From 13ca506b175e788cf09ca8c2acc6a64c49774543 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 26 Apr 2007 09:03:04 +0000 Subject: INTEGRATION: CWS residcleanup (1.2.44); FILE MERGED 2007/02/18 17:24:28 pl 1.2.44.1: #i74635# get rid of implicit global ResMgr --- unotools/inc/unotools/componentresmodule.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unotools') diff --git a/unotools/inc/unotools/componentresmodule.hxx b/unotools/inc/unotools/componentresmodule.hxx index 087a5084ee13..fa648b243e95 100644 --- a/unotools/inc/unotools/componentresmodule.hxx +++ b/unotools/inc/unotools/componentresmodule.hxx @@ -4,9 +4,9 @@ * * $RCSfile: componentresmodule.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:37:58 $ + * last change: $Author: rt $ $Date: 2007-04-26 10:03:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -95,7 +95,7 @@ namespace utl class UNOTOOLS_DLLPUBLIC ModuleRes : public ::ResId { public: - ModuleRes( USHORT _nId, OComponentResourceModule& _rModule ) : ResId( _nId, _rModule.getResManager() ) { } + ModuleRes( USHORT _nId, OComponentResourceModule& _rModule ) : ResId( _nId, *_rModule.getResManager() ) { } }; //==================================================================== -- cgit