summaryrefslogtreecommitdiff
path: root/transex3/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 14:48:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 14:48:11 +0000
commitb1f16ba187e45bd981c7728080505ef07a925e2d (patch)
tree49535ceeec85c746216118adfd9046dbecf2e3a4 /transex3/inc
parent07698aa944896a9b56b7db442afe3073536c5fd1 (diff)
INTEGRATION: CWS l10ntoolingfix02 (1.9.8); FILE MERGED
2006/04/13 17:27:18 ihi 1.9.8.1: #i63852# gcc4 fix
Diffstat (limited to 'transex3/inc')
-rw-r--r--transex3/inc/xmlparse.hxx10
1 files changed, 5 insertions, 5 deletions
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<ByteString , BOOL ,
class XMLFile : public XMLParentNode
{
public:
- XMLFile::XMLFile() ;
+ XMLFile() ;
XMLFile(
const String &rFileName // the file name, empty if created from memory stream
);
- XMLFile::XMLFile( const XMLFile& obj ) ;
+ XMLFile( const XMLFile& obj ) ;
~XMLFile();
ByteString* GetGroupID(std::deque<ByteString> &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();