User: hr      
Date: 06/06/19 19:43:28

Modified:
 /dba/dbaccess/source/core/dataaccess/
  SharedConnection.hxx

Log:
 INTEGRATION: CWS warnings01 (1.5.50); FILE MERGED
 2006/03/24 15:35:51 fs 1.5.50.1: #i57457# warning-free code (unxlngi6/.pro + 
unxsoli4.pro)

File Changes:

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

File [changed]: SharedConnection.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/SharedConnection.hxx?r1=1.5&r2=1.6
Delta lines:  +5 -5
-------------------
--- SharedConnection.hxx        8 Sep 2005 10:33:17 -0000       1.5
+++ SharedConnection.hxx        20 Jun 2006 02:43:26 -0000      1.6
@@ -133,23 +133,23 @@
                }
 
                // XConnection
-               virtual void SAL_CALL setAutoCommit( sal_Bool autoCommit ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
+               virtual void SAL_CALL setAutoCommit( sal_Bool /*autoCommit*/ ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
                {                               
                        throw 
::com::sun::star::sdbc::SQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("This
 call is not allowed when sharing 
connections.")),*this,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S10000")),0,::com::sun::star::uno::Any());
                }
-               virtual void SAL_CALL setReadOnly( sal_Bool readOnly ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
+               virtual void SAL_CALL setReadOnly( sal_Bool /*readOnly*/ ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
                {
                        throw 
::com::sun::star::sdbc::SQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("This
 call is not allowed when sharing 
connections.")),*this,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S10000")),0,::com::sun::star::uno::Any());
                }
-               virtual void SAL_CALL setCatalog( const ::rtl::OUString& 
catalog ) throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
+               virtual void SAL_CALL setCatalog( const ::rtl::OUString& 
/*catalog*/ ) throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
                {
                        throw 
::com::sun::star::sdbc::SQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("This
 call is not allowed when sharing 
connections.")),*this,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S10000")),0,::com::sun::star::uno::Any());
                }
-               virtual void SAL_CALL setTransactionIsolation( sal_Int32 level 
) throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
+               virtual void SAL_CALL setTransactionIsolation( sal_Int32 
/*level*/ ) throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
                {
                        throw 
::com::sun::star::sdbc::SQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("This
 call is not allowed when sharing 
connections.")),*this,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S10000")),0,::com::sun::star::uno::Any());
                }
-               virtual void SAL_CALL setTypeMap( const 
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& 
typeMap ) throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
+               virtual void SAL_CALL setTypeMap( const 
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& 
/*typeMap*/ ) throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException)
                {
                        throw 
::com::sun::star::sdbc::SQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("This
 call is not allowed when sharing 
connections.")),*this,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S10000")),0,::com::sun::star::uno::Any());
                }




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

Reply via email to