User: hr      
Date: 06/06/19 18:31:08

Modified:
 /dba/connectivity/source/drivers/hsqldb/
  HTerminateListener.hxx

Log:
 INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED
 2005/11/16 12:59:06 fs 1.3.30.1: #i57457# warning free code

File Changes:

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

File [changed]: HTerminateListener.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HTerminateListener.hxx?r1=1.3&r2=1.4
Delta lines:  +3 -15
--------------------
--- HTerminateListener.hxx      8 Sep 2005 06:05:02 -0000       1.3
+++ HTerminateListener.hxx      20 Jun 2006 01:31:06 -0000      1.4
@@ -35,13 +35,10 @@
 #ifndef CONNECTIVITY_HSQLDB_TERMINATELISTENER_HXX
 #define CONNECTIVITY_HSQLDB_TERMINATELISTENER_HXX
 
-#ifndef _CPPUHELPER_COMPBASE2_HXX_
-#include <cppuhelper/compbase2.hxx>
+#ifndef _CPPUHELPER_COMPBASE1_HXX_
+#include <cppuhelper/compbase1.hxx>
 #endif
 #ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
-#include <com/sun/star/lang/XServiceInfo.hpp>
-#endif
-#ifndef _COM_SUN_STAR_FRAME_XTERMINATELISTENER_HPP_
 #include <com/sun/star/frame/XTerminateListener.hpp>
 #endif
 
@@ -53,8 +50,7 @@
        namespace hsqldb
        {
         class ODriverDelegator;
-        class OConnectionController : public ::cppu::WeakImplHelper2< 
-                                                                               
                ::com::sun::star::lang::XServiceInfo,
+        class OConnectionController : public ::cppu::WeakImplHelper1< 
                                                                                
                ::com::sun::star::frame::XTerminateListener >
         {
             ODriverDelegator* m_pDriver;
@@ -62,14 +58,6 @@
                 virtual ~OConnectionController() {m_pDriver = NULL;}
                public:
                 OConnectionController(ODriverDelegator* _pDriver) : 
m_pDriver(_pDriver){}
-
-                       // XServiceInfo
-                       virtual ::rtl::OUString SAL_CALL 
getImplementationName() 
-                               throw ( ::com::sun::star::uno::RuntimeException 
);
-                       virtual sal_Bool SAL_CALL supportsService( const 
::rtl::OUString& ServiceName ) 
-                               throw ( ::com::sun::star::uno::RuntimeException 
);
-                       virtual ::com::sun::star::uno::Sequence< 
::rtl::OUString > SAL_CALL getSupportedServiceNames() 
-                               throw ( ::com::sun::star::uno::RuntimeException 
);
 
                        // XEventListener
                        virtual void SAL_CALL disposing( const 
::com::sun::star::lang::EventObject& Source )




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

Reply via email to