summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-18 10:18:13 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-18 10:18:13 +0000
commit0bae03f8caf6257c274850ad463f05e1bf7d1d2b (patch)
tree6c24b98e65fc2c11c01463994234c91d49cf1c34 /transex3
parent520b78fb6d606a993d98969b72fbf8e21f836d75 (diff)
INTEGRATION: CWS l10ntoolingfixer (1.5.34); FILE MERGED
2005/07/14 14:41:30 ihi 1.5.34.1: #i51919# removed not implemented method declaration
Diffstat (limited to 'transex3')
-rw-r--r--transex3/inc/xmlparse.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/inc/xmlparse.hxx b/transex3/inc/xmlparse.hxx
index 928186c9d50c..952133909c1c 100644
--- a/transex3/inc/xmlparse.hxx
+++ b/transex3/inc/xmlparse.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlparse.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2005-01-13 19:16:06 $
+ * last change: $Author: obo $ $Date: 2005-07-18 11:18:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -360,7 +360,7 @@ private:
/// Mapping iso numeric code <-> iso alpha string code
ByteString isoArray[MAX_LANGUAGES];
- static bool inline XMLUtil::hasPrefix( String& rString , int pos);
+ //static bool inline XMLUtil::hasPrefix( String& rString , int pos);
static void UnQuotData( String &rString );
static void UnQuotTags( String &rString );