User: ihi     
Date: 2006/08/28 08:05:08

Modified:
   dba/dbaccess/source/filter/xml/dbloader2.cxx

Log:
 INTEGRATION: CWS dba205a (1.20.14); FILE MERGED
 2006/07/31 10:52:27 oj 1.20.14.2: RESYNC: (1.20-1.21); FILE MERGED
 2006/07/27 07:20:02 fs 1.20.14.1: 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.22&r2=1.23
Delta lines:  +2 -2
-------------------
--- dbloader2.cxx       15 Aug 2006 10:47:37 -0000      1.22
+++ dbloader2.cxx       28 Aug 2006 15:05:06 -0000      1.23
@@ -410,7 +410,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;
@@ -421,7 +421,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]

Reply via email to