User: hr      
Date: 06/06/19 19:44:06

Modified:
 /dba/dbaccess/source/core/dataaccess/
  connection.cxx

Log:
 INTEGRATION: CWS warnings01 (1.45.54); FILE MERGED
 2006/05/29 11:19:11 sb 1.45.54.3: #i53898# Made code warning-free and/or 
compile at all after resync to SRC680m170.
 2006/05/23 23:44:04 sb 1.45.54.2: RESYNC: (1.45-1.46); FILE MERGED
 2006/03/24 15:35:52 fs 1.45.54.1: #i57457# warning-free code (unxlngi6/.pro + 
unxsoli4.pro)

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: connection.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/connection.cxx?r1=1.46&r2=1.47
Delta lines:  +3 -3
-------------------
--- connection.cxx      4 May 2006 08:37:14 -0000       1.46
+++ connection.cxx      20 Jun 2006 02:44:04 -0000      1.47
@@ -331,9 +331,9 @@
                        ,m_aTableTypeFilter(_rDB.m_pImpl->m_aTableTypeFilter)
                        ,m_xORB(_rxORB)
                        ,m_xMasterConnection(_rxMaster)
-            ,m_aWarnings( Reference< XWarningsSupplier >( _rxMaster, UNO_QUERY 
) )
                        ,m_pTables(NULL)
                        ,m_pViews(NULL)
+            ,m_aWarnings( Reference< XWarningsSupplier >( _rxMaster, UNO_QUERY 
) )
                        ,m_bSupportsViews(sal_False)
                        ,m_bSupportsUsers(sal_False)
                        ,m_bSupportsGroups(sal_False)
@@ -573,7 +573,7 @@
 }
 
 
//------------------------------------------------------------------------------
-void OConnection::setParent(const Reference< XInterface > & Parent) throw( 
NoSupportException, RuntimeException )
+void OConnection::setParent(const Reference< XInterface > & /*Parent*/) throw( 
NoSupportException, RuntimeException )
 {
        throw NoSupportException();
 }
@@ -701,7 +701,7 @@
        return Reference< XInterface >(xRet,UNO_QUERY);
 }
 // 
-----------------------------------------------------------------------------
-Reference< XInterface > SAL_CALL OConnection::createInstanceWithArguments( 
const ::rtl::OUString& _sServiceSpecifier, const Sequence< Any >& Arguments ) 
throw (Exception, RuntimeException)
+Reference< XInterface > SAL_CALL OConnection::createInstanceWithArguments( 
const ::rtl::OUString& _sServiceSpecifier, const Sequence< Any >& /*Arguments*/ 
) throw (Exception, RuntimeException)
 {
        return createInstance(_sServiceSpecifier);
 }




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

Reply via email to