summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i63852
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i63852')
-rw-r--r--editors/openoffice-3-devel/files/patch-i6385230
1 files changed, 30 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i63852 b/editors/openoffice-3-devel/files/patch-i63852
new file mode 100644
index 000000000000..97e86474ad40
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-i63852
@@ -0,0 +1,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();
+