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