From c2f16cad69eca5a9167f8f03d0729dd73d3444ec Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 26 Apr 2007 06:52:14 +0000 Subject: INTEGRATION: CWS residcleanup (1.24.124); FILE MERGED 2007/02/22 21:37:39 pl 1.24.124.1: #i74635# get rid of global ResMgr fallback --- svx/source/svdraw/svdhdl.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/source/svdraw/svdhdl.cxx') diff --git a/svx/source/svdraw/svdhdl.cxx b/svx/source/svdraw/svdhdl.cxx index 8e1959badee6..f539ab9f7597 100644 --- a/svx/source/svdraw/svdhdl.cxx +++ b/svx/source/svdraw/svdhdl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdhdl.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: kz $ $Date: 2006-12-12 16:40:50 $ + * last change: $Author: rt $ $Date: 2007-04-26 07:52:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -149,7 +149,7 @@ SdrHdlBitmapSet::SdrHdlBitmapSet(UINT16 nResId) { // #101928# change color used for transparent parts to 0x00ff00ff (ImageList standard) Color aColTransparent(0x00ff00ff); - Bitmap aBitmap(ResId(nResId, ImpGetResMgr())); + Bitmap aBitmap(ResId(nResId, *ImpGetResMgr())); maMarkersBitmap = BitmapEx(aBitmap, aColTransparent); } -- cgit