summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-i63852
blob: 97e86474ad405a8d53abaafb5fe7e47e7969068d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Index: transex3/inc/xmlparse.hxx
===================================================================
RCS file: /cvs/l10n/transex3/inc/xmlparse.hxx,v
retrieving revision 1.9
diff -u -r1.9 xmlparse.hxx
--- transex3/inc/xmlparse.hxx	29 Mar 2006 13:25:32 -0000	1.9
+++ transex3/inc/xmlparse.hxx	13 Apr 2006 10:21:22 -0000
@@ -235,11 +235,11 @@
 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 @@
 
     bool        CheckExportStatus( XMLParentNode *pCur = NULL , int pos = 0 );
 
-    XMLFile& XMLFile::operator=(const XMLFile& obj);
+    XMLFile& operator=(const XMLFile& obj);
 	
 	virtual USHORT 	GetNodeType();