From f47eb4ec2ad177b0fde2130ada8271ca8f0d145d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Thu, 26 Apr 2007 07:18:01 +0000 Subject: [PATCH] INTEGRATION: CWS residcleanup (1.6.76); FILE MERGED 2007/03/04 17:32:25 pl 1.6.76.1: #i73635# ResId cleanup --- xmlsecurity/source/dialogs/resourcemanager.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmlsecurity/source/dialogs/resourcemanager.hxx b/xmlsecurity/source/dialogs/resourcemanager.hxx index 0a18ac478fb5..7bfcedae350e 100644 --- a/xmlsecurity/source/dialogs/resourcemanager.hxx +++ b/xmlsecurity/source/dialogs/resourcemanager.hxx @@ -4,9 +4,9 @@ * * $RCSfile: resourcemanager.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2006-04-07 14:25:13 $ + * last change: $Author: rt $ $Date: 2007-04-26 08:18:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -78,6 +78,6 @@ namespace XmlSec void AlignAndFitImageAndControl( FixedImage& _rImage, FixedInfo& _rFI, long _nXOffset = 0 ); } -#define XMLSEC_RES(id) ResId(id,XmlSec::GetResMgr()) +#define XMLSEC_RES(id) ResId(id,*XmlSec::GetResMgr()) #endif