Tag: cws_src680_dba201b
User: fs      
Date: 05/07/26 06:08:13

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

Log:
 RESYNC: (1.13-1.14); FILE MERGED

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.13.6.2&r2=1.13.6.3
Delta lines:  +6 -4
-------------------
--- dbloader2.cxx       20 Jul 2005 10:15:26 -0000      1.13.6.2
+++ dbloader2.cxx       26 Jul 2005 13:08:08 -0000      1.13.6.3
@@ -250,7 +250,8 @@
 // -------------------------------------------------------------------------
 ::rtl::OUString SAL_CALL DBTypeDetection::detect( 
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& 
Descriptor ) throw (::com::sun::star::uno::RuntimeException)
 {
-
+       try
+       {
        ::comphelper::SequenceAsHashMap aTemp(Descriptor);
        ::rtl::OUString sTemp = 
aTemp.getUnpackedValueOrDefault(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("URL")),::rtl::OUString());
 
@@ -272,6 +273,7 @@
                        }
                }
        }
+       } catch(Exception&){}
        return ::rtl::OUString();
 }
 // -------------------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to