From f3fa79f66c54059cff1f12c69fab4b8b792a0a8b Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 26 Apr 2007 06:20:33 +0000 Subject: INTEGRATION: CWS residcleanup (1.5.38); FILE MERGED 2007/02/18 18:30:28 pl 1.5.38.1: #i74635# get rid of implicit global ResMgr --- toolkit/source/helper/tkresmgr.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolkit/source') diff --git a/toolkit/source/helper/tkresmgr.cxx b/toolkit/source/helper/tkresmgr.cxx index 7b6447a21578..16fec0421a33 100644 --- a/toolkit/source/helper/tkresmgr.cxx +++ b/toolkit/source/helper/tkresmgr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tkresmgr.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ihi $ $Date: 2006-12-20 13:54:52 $ + * last change: $Author: rt $ $Date: 2007-04-26 07:20:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -109,7 +109,7 @@ Image TkResMgr::loadImage( sal_uInt16 nResId ) ensureImplExists(); if ( m_pResMgr ) - aReturn = Image( ResId( nResId, m_pResMgr ) ); + aReturn = Image( ResId( nResId, *m_pResMgr ) ); return aReturn; } -- cgit