User: hr      
Date: 06/06/19 19:04:42

Modified:
 /dba/connectivity/source/inc/mysql/
  YDriver.hxx

Log:
 INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED
 2005/11/16 12:59:27 fs 1.5.30.1: #i57457# warning free code

File Changes:

Directory: /dba/connectivity/source/inc/mysql/
==============================================

File [changed]: YDriver.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/mysql/YDriver.hxx?r1=1.5&r2=1.6
Delta lines:  +6 -13
--------------------
--- YDriver.hxx 8 Sep 2005 07:32:54 -0000       1.5
+++ YDriver.hxx 20 Jun 2006 02:04:40 -0000      1.6
@@ -41,14 +41,11 @@
 #ifndef _COM_SUN_STAR_SDBCX_XDATADEFINITIONSUPPLIER_HPP_
 #include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
 #endif
-#ifndef _COM_SUN_STAR_SDBCX_XCREATECATALOG_HPP_
-#include <com/sun/star/sdbcx/XCreateCatalog.hpp>
-#endif
 #ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
 #include <com/sun/star/lang/XServiceInfo.hpp>
 #endif
-#ifndef _CPPUHELPER_COMPBASE4_HXX_
-#include <cppuhelper/compbase4.hxx>
+#ifndef _CPPUHELPER_COMPBASE3_HXX_
+#include <cppuhelper/compbase3.hxx>
 #endif
 #ifndef _COMPHELPER_UNO3_HXX_
 #include <comphelper/uno3.hxx>
@@ -74,10 +71,9 @@
        {
                ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface > SAL_CALL 
ODriverDelegator_CreateInstance(const ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XMultiServiceFactory >& _rxFactory) throw( 
::com::sun::star::uno::Exception );
 
-               typedef ::cppu::WeakComponentImplHelper4<       
::com::sun::star::sdbc::XDriver
-                                                                               
,::com::sun::star::sdbcx::XDataDefinitionSupplier
+               typedef ::cppu::WeakComponentImplHelper3<   
::com::sun::star::sdbc::XDriver
+                                                                               
        ,   ::com::sun::star::sdbcx::XDataDefinitionSupplier
                                                                                
, ::com::sun::star::lang::XServiceInfo
-                                                                               
,::com::sun::star::sdbcx::XCreateCatalog
                                                                                
>       ODriverDelegator_BASE;
 
                typedef ::std::pair< 
::com::sun::star::uno::WeakReferenceHelper,OMetaConnection*> 
TWeakConnectionPair;
@@ -132,9 +128,6 @@
                        // XDataDefinitionSupplier
                        virtual ::com::sun::star::uno::Reference< 
::com::sun::star::sdbcx::XTablesSupplier > SAL_CALL 
getDataDefinitionByConnection( const ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XConnection >& connection ) throw 
(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
                        virtual ::com::sun::star::uno::Reference< 
::com::sun::star::sdbcx::XTablesSupplier > SAL_CALL getDataDefinitionByURL( 
const ::rtl::OUString& url, const ::com::sun::star::uno::Sequence< 
::com::sun::star::beans::PropertyValue >& info ) throw 
(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
-
-                       // XCreateCatalog
-                       virtual void SAL_CALL createCatalog( const 
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& info 
) throw (::com::sun::star::sdbc::SQLException, 
::com::sun::star::container::ElementExistException, 
::com::sun::star::uno::RuntimeException);
                protected:
                        /// dtor
                        virtual ~ODriverDelegator();




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

Reply via email to