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
This commit is contained in:
Oliver Bolte
2006-01-19 16:59:14 +00:00
parent 2ce1b82e58
commit 35bc51c7bd

View File

@@ -4,9 +4,9 @@
* *
* $RCSfile: xmlparse.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@@ -322,7 +322,7 @@ public:
/// Return the alpha strings representation /// Return the alpha strings representation
ByteString GetIsoLangByIndex( USHORT nIndex ); ByteString GetIsoLangByIndex( USHORT nIndex );
static XMLUtil& XMLUtil::Instance(); static XMLUtil& Instance();
~XMLUtil(); ~XMLUtil();
void dump(); void dump();