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