summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/JStatement.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/jdbc/JStatement.cxx')
-rw-r--r--connectivity/source/drivers/jdbc/JStatement.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/source/drivers/jdbc/JStatement.cxx b/connectivity/source/drivers/jdbc/JStatement.cxx
index 16fbd290c197..fbbb0c9a36c9 100644
--- a/connectivity/source/drivers/jdbc/JStatement.cxx
+++ b/connectivity/source/drivers/jdbc/JStatement.cxx
@@ -89,7 +89,6 @@ void SAL_CALL OStatement_BASE2::disposing()
::comphelper::disposeComponent(m_xGeneratedStatement);
m_pConnection.clear();
- dispose_ChildImpl();
java_sql_Statement_Base::disposing();
}
@@ -109,12 +108,6 @@ void SAL_CALL java_sql_Statement_Base::disposing()
}
-void SAL_CALL OStatement_BASE2::release() throw()
-{
- release_ChildImpl();
-}
-
-
Any SAL_CALL java_sql_Statement_Base::queryInterface( const Type & rType )
{
if ( m_pConnection.is() && !m_pConnection->isAutoRetrievingEnabled() && rType == cppu::UnoType<XGeneratedResultSet>::get())