summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-05-11 13:32:35 +0000
committerThomas Benisch <tbe@openoffice.org>2001-05-11 13:32:35 +0000
commitc09fc17b082c007a8f673edf9d4d3be2ee2d2747 (patch)
treeac84c008a36b43dda2d9c9fe1ffa656fac636045
parent7668062e9e8a1ecbd0a6d51b119f00d9f1f0f4d1 (diff)
rtl string api changes
-rw-r--r--sax/source/expatwrap/sax_expat.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx
index 0cbea4f8b577..0e206b550548 100644
--- a/sax/source/expatwrap/sax_expat.cxx
+++ b/sax/source/expatwrap/sax_expat.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sax_expat.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: svesik $ $Date: 2001-05-02 01:18:24 $
+ * last change: $Author: tbe $ $Date: 2001-05-11 14:32:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -420,7 +420,7 @@ void SaxExpatParser::parseStream( const InputSource& structSource)
}
entity.converter.setInputStream( entity.structSource.aInputStream );
- if( entity.structSource.sEncoding.len() )
+ if( entity.structSource.sEncoding.getLength() )
{
entity.converter.setEncoding(
OUStringToOString( entity.structSource.sEncoding , RTL_TEXTENCODING_ASCII_US ) );