From c09fc17b082c007a8f673edf9d4d3be2ee2d2747 Mon Sep 17 00:00:00 2001 From: Thomas Benisch Date: Fri, 11 May 2001 13:32:35 +0000 Subject: rtl string api changes --- sax/source/expatwrap/sax_expat.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sax/source') 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 ) ); -- cgit v1.2.3