From 35bc51c7bd9fedd4bd9535c060c4cb58b07fc6b4 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 19 Jan 2006 16:59:14 +0000 Subject: [PATCH] INTEGRATION: CWS gcc41 (1.7.30); FILE MERGED 2005/12/07 15:04:06 pmladek 1.7.30.1: #i58967# Removed extra qualification to fix build with gcc-4.1 --- transex3/inc/xmlparse.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/transex3/inc/xmlparse.hxx b/transex3/inc/xmlparse.hxx index 4db255f9d865..ff7fc7394e8d 100644 --- a/transex3/inc/xmlparse.hxx +++ b/transex3/inc/xmlparse.hxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlparse.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:58:09 $ + * last change: $Author: obo $ $Date: 2006-01-19 17:59:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -322,7 +322,7 @@ public: /// Return the alpha strings representation ByteString GetIsoLangByIndex( USHORT nIndex ); - static XMLUtil& XMLUtil::Instance(); + static XMLUtil& Instance(); ~XMLUtil(); void dump();