diff options
Diffstat (limited to 'connectivity/source/drivers/evoab2/NConnection.hxx')
-rw-r--r-- | connectivity/source/drivers/evoab2/NConnection.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/connectivity/source/drivers/evoab2/NConnection.hxx b/connectivity/source/drivers/evoab2/NConnection.hxx index 3156985020ae..b7860bce0a3d 100644 --- a/connectivity/source/drivers/evoab2/NConnection.hxx +++ b/connectivity/source/drivers/evoab2/NConnection.hxx @@ -23,7 +23,6 @@ #include "NDriver.hxx" #include <com/sun/star/sdbc/SQLWarning.hpp> #include <com/sun/star/beans/PropertyValue.hpp> -#include <connectivity/OSubComponent.hxx> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <connectivity/CommonTools.hxx> #include <connectivity/warningscontainer.hxx> @@ -49,10 +48,7 @@ namespace connectivity typedef connectivity::OMetaConnection OConnection_BASE; // implements basics and text encoding class OEvoabConnection :public OConnection_BASE - ,public connectivity::OSubComponent<OEvoabConnection, OConnection_BASE> { - friend class connectivity::OSubComponent<OEvoabConnection, OConnection_BASE>; - private: const OEvoabDriver& m_rDriver; SDBCAddress::sdbc_address_type m_eSDBCAddressType; @@ -78,8 +74,6 @@ namespace connectivity // OComponentHelper virtual void SAL_CALL disposing() override; - // XInterface - virtual void SAL_CALL release() throw() override; // XServiceInfo DECLARE_SERVICE_INFO(); |