Tag: cws_dev300_dba31c
User: fs      
Date: 2008-09-12 19:01:39+0000
Modified:
   dba/dbaccess/source/ui/uno/unoDirectSql.cxx

Log:
 test cases for #i93737#: 'connect' methods now taking an (optional) 
SQLExceptionInfo, to be able to propagate the error to the calller, instead of 
displaying it to the user

File Changes:

Directory: /dba/dbaccess/source/ui/uno/
=======================================

File [changed]: unoDirectSql.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/unoDirectSql.cxx?r1=1.10&r2=1.10.46.1
Delta lines:  +3 -3
-------------------
--- unoDirectSql.cxx    2008-06-16 12:36:18+0000        1.10
+++ unoDirectSql.cxx    2008-09-12 19:01:37+0000        1.10.46.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: unoDirectSql.cxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.10.46.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -120,7 +120,7 @@
                        {
                                // the connection the row set is working with
                                ODatasourceConnector 
aDSConnector(m_aContext.getLegacyServiceFactory(),_pParent);
-                               xConnection = 
aDSConnector.connect(m_sInitialSelection);
+                               xConnection = aDSConnector.connect( 
m_sInitialSelection, NULL );
                        }
             catch( const Exception& )
             {




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

Reply via email to