summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 06:52:26 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 06:52:26 +0000
commit492be2ce001c4a863731f115c783c7468394c971 (patch)
treef981430dda4d11b4764992ef30ebfe3627a7139d /svx
parentc2f16cad69eca5a9167f8f03d0729dd73d3444ec (diff)
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
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdoole2.cxx6
1 files changed, 3 insertions, 3 deletions
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()));