summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_statement.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_statement.cxx')
-rw-r--r--mysqlc/source/mysqlc_statement.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_statement.cxx b/mysqlc/source/mysqlc_statement.cxx
index ffa96ef99255..371f011f07ec 100644
--- a/mysqlc/source/mysqlc_statement.cxx
+++ b/mysqlc/source/mysqlc_statement.cxx
@@ -59,7 +59,6 @@ OCommonStatement::OCommonStatement(OConnection* _pConnection, sql::Statement *_c
,OStatement_CBase( static_cast<cppu::OWeakObject*>(_pConnection), this )
,m_pConnection(_pConnection)
,cppStatement(_cppStatement)
- ,rBHelper(OCommonStatement_IBase::rBHelper)
{
OSL_TRACE("OCommonStatement::OCommonStatement");
m_pConnection->acquire();