From b1f16ba187e45bd981c7728080505ef07a925e2d Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 19 Apr 2006 14:48:11 +0000
Subject: INTEGRATION: CWS l10ntoolingfix02 (1.9.8); FILE MERGED 2006/04/13
17:27:18 ihi 1.9.8.1: #i63852# gcc4 fix
---
transex3/inc/xmlparse.hxx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'transex3/inc')
diff --git a/transex3/inc/xmlparse.hxx b/transex3/inc/xmlparse.hxx
index e92e49face9f..22011d04039b 100644
--- a/transex3/inc/xmlparse.hxx
+++ b/transex3/inc/xmlparse.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlparse.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-03-29 13:25:32 $
+ * last change: $Author: hr $ $Date: 2006-04-19 15:48:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -235,11 +235,11 @@ typedef std::hash_map &groupid);
@@ -256,7 +256,7 @@ public:
bool CheckExportStatus( XMLParentNode *pCur = NULL , int pos = 0 );
- XMLFile& XMLFile::operator=(const XMLFile& obj);
+ XMLFile& operator=(const XMLFile& obj);
virtual USHORT GetNodeType();
--
cgit