From 8c819105bf98468a221ff1c9c5d8a705ccccdb8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Thu, 26 Apr 2007 06:48:24 +0000 Subject: [PATCH] INTEGRATION: CWS residcleanup (1.25.262); FILE MERGED 2007/02/22 21:37:35 pl 1.25.262.1: #i74635# get rid of global ResMgr fallback --- svx/source/editeng/eerdll.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/svx/source/editeng/eerdll.cxx b/svx/source/editeng/eerdll.cxx index ab2b20ff67d5..e40cadd4d7c6 100644 --- a/svx/source/editeng/eerdll.cxx +++ b/svx/source/editeng/eerdll.cxx @@ -4,9 +4,9 @@ * * $RCSfile: eerdll.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: obo $ $Date: 2006-09-17 04:51:15 $ + * last change: $Author: rt $ $Date: 2007-04-26 07:48:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -217,7 +217,7 @@ OutputDevice* GlobalEditData::GetStdRefDevice() } EditResId::EditResId( USHORT nId ): - ResId( nId, EE_DLL()->GetResMgr() ) + ResId( nId, *EE_DLL()->GetResMgr() ) { }