From 492be2ce001c4a863731f115c783c7468394c971 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 26 Apr 2007 06:52:26 +0000 Subject: INTEGRATION: CWS residcleanup (1.76.112); FILE MERGED 2007/02/22 21:37:39 pl 1.76.112.1: #i74635# get rid of global ResMgr fallback --- svx/source/svdraw/svdoole2.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/source/svdraw/svdoole2.cxx b/svx/source/svdraw/svdoole2.cxx index 7b1f8cfc1f0c..9c18f571a7d9 100644 --- a/svx/source/svdraw/svdoole2.cxx +++ b/svx/source/svdraw/svdoole2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdoole2.cxx,v $ * - * $Revision: 1.76 $ + * $Revision: 1.77 $ * - * last change: $Author: ihi $ $Date: 2006-12-19 17:47:26 $ + * last change: $Author: rt $ $Date: 2007-04-26 07:52:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1315,7 +1315,7 @@ sal_Bool SdrOle2Obj::DoPaintObject(XOutputDevice& rOut, const SdrPaintInfoRec& r pOutDev->SetLineColor(Color(COL_LIGHTGRAY)); pOutDev->DrawRect(aOutRect); - Bitmap aBitmap(ResId(BMP_OLEOBJ, ImpGetResMgr())); + Bitmap aBitmap(ResId(BMP_OLEOBJ, *ImpGetResMgr())); Rectangle aSnapRect(GetSnapRect()); Size aBitmapSize(pOutDev->PixelToLogic(aBitmap.GetSizePixel())); -- cgit