User: hr      
Date: 06/06/19 18:55:20

Modified:
 /dba/connectivity/source/drivers/odbc/
  ODriver.cxx

Log:
 INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED
 2005/11/16 12:59:20 fs 1.13.30.2: #i57457# warning free code
 2005/11/07 14:44:02 fs 1.13.30.1: #i57457# warning-free code

File Changes:

Directory: /dba/connectivity/source/drivers/odbc/
=================================================

File [changed]: ODriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/odbc/ODriver.cxx?r1=1.13&r2=1.14
Delta lines:  +9 -9
-------------------
--- ODriver.cxx 8 Sep 2005 06:34:08 -0000       1.13
+++ ODriver.cxx 20 Jun 2006 01:55:17 -0000      1.14
@@ -55,9 +55,9 @@
 using namespace com::sun::star::sdbc;
 // 
--------------------------------------------------------------------------------
 ODBCDriver::ODBCDriver(const ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XMultiServiceFactory >& _rxFactory) 
-       : ODriver_BASE(m_aMutex)
-       ,m_pDriverHandle(SQL_NULL_HANDLE)
+       :ODriver_BASE(m_aMutex)
        ,m_xORB(_rxFactory)
+    ,m_pDriverHandle(SQL_NULL_HANDLE)
 {
 }
 // 
--------------------------------------------------------------------------------
@@ -145,7 +145,7 @@
        return 
(!url.compareTo(::rtl::OUString::createFromAscii("sdbc:odbc:"),10));
 }
 // 
--------------------------------------------------------------------------------
-Sequence< DriverPropertyInfo > SAL_CALL ODBCDriver::getPropertyInfo( const 
::rtl::OUString& url, const Sequence< PropertyValue >& info ) 
throw(SQLException, RuntimeException)
+Sequence< DriverPropertyInfo > SAL_CALL ODBCDriver::getPropertyInfo( const 
::rtl::OUString& url, const Sequence< PropertyValue >& /*info*/ ) 
throw(SQLException, RuntimeException)
 {
        if ( acceptsURL(url) )
        {




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

Reply via email to