Tag: cws_src680_dba205a User: fs Date: 2006/07/27 00:20:05 Modified: dba/dbaccess/source/filter/xml/dbloader2.cxx
Log: corrected assertion text File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: dbloader2.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/dbloader2.cxx?r1=1.20&r2=1.20.14.1 Delta lines: +5 -5 ------------------- --- dbloader2.cxx 20 Jun 2006 02:49:03 -0000 1.20 +++ dbloader2.cxx 27 Jul 2006 07:20:02 -0000 1.20.14.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbloader2.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.20.14.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 02:49:03 $ + * last change: $Author: fs $ $Date: 2006/07/27 07:20:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -407,7 +407,7 @@ ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.util.URLTransformer" ) ) ), UNO_QUERY ); - OSL_ENSURE( xTransformer.is(), "DBContentLoader::load: could not create an URLTransformer!" ); + OSL_ENSURE( xTransformer.is(), "lcl_urlAllowsInteraction: could not create an URLTransformer!" ); if ( xTransformer.is() ) { URL aURL; @@ -418,7 +418,7 @@ } catch( const Exception& ) { - OSL_ENSURE( sal_False, "DBContentLoader::load: caught an exception while analyzing the URL!" ); + OSL_ENSURE( sal_False, "lcl_urlAllowsInteraction: caught an exception while analyzing the URL!" ); } return bDoesAllow; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
