diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 06:20:33 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-26 06:20:33 +0000 |
commit | f3fa79f66c54059cff1f12c69fab4b8b792a0a8b (patch) | |
tree | 99b3b0cb360188d488e1a90c7ec786efe94937f6 /toolkit/source/helper/tkresmgr.cxx | |
parent | 5af07839e961d8ed2605d428cc99f4d763e3f80d (diff) |
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
Diffstat (limited to 'toolkit/source/helper/tkresmgr.cxx')
-rw-r--r-- | toolkit/source/helper/tkresmgr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |