From be7524711035996205c429f3616b1744433cfb78 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 15 May 2001 11:07:05 +0000 Subject: chg. len -> getLength --- UnoControls/source/controls/progressmonitor.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'UnoControls/source') diff --git a/UnoControls/source/controls/progressmonitor.cxx b/UnoControls/source/controls/progressmonitor.cxx index 1699a1438868..d3d70cd45fa2 100644 --- a/UnoControls/source/controls/progressmonitor.cxx +++ b/UnoControls/source/controls/progressmonitor.cxx @@ -2,9 +2,9 @@ * * $RCSfile: progressmonitor.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:11:18 $ + * last change: $Author: kz $ $Date: 2001-05-15 12:07:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1099,11 +1099,11 @@ sal_Bool ProgressMonitor::impl_debug_checkParameter ( const OUString& rTopic, co { // Check "rTopic" if ( &rTopic == NULL ) return sal_False ; // NULL-pointer for reference ???!!! - if ( rTopic.len () < 1 ) return sal_False ; // "" + if ( rTopic.getLength () < 1 ) return sal_False ; // "" // Check "rText" if ( &rText == NULL ) return sal_False ; // NULL-pointer for reference ???!!! - if ( rText.len () < 1 ) return sal_False ; // "" + if ( rText.getLength () < 1 ) return sal_False ; // "" // "bbeforeProgress" is valid in everyway! @@ -1116,7 +1116,7 @@ sal_Bool ProgressMonitor::impl_debug_checkParameter ( const OUString& rTopic, sa { // Check "rTopic" if ( &rTopic == NULL ) return sal_False ; // NULL-pointer for reference ???!!! - if ( rTopic.len () < 1 ) return sal_False ; // "" + if ( rTopic.getLength () < 1 ) return sal_False ; // "" // "bbeforeProgress" is valid in everyway! -- cgit v1.2.3