summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-19 16:59:14 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-19 16:59:14 +0000
commit35bc51c7bd9fedd4bd9535c060c4cb58b07fc6b4 (patch)
tree1524019664308e75035190b4f2eefeb7080d02c0
parent2ce1b82e580ae6b041cad9b52c6c97dc88608c67 (diff)
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
-rw-r--r--transex3/inc/xmlparse.hxx6
1 files 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();