summaryrefslogtreecommitdiff
path: root/mysqlc
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc')
-rw-r--r--mysqlc/source/mysqlc_statement.cxx1
-rw-r--r--mysqlc/source/mysqlc_statement.hxx2
2 files changed, 1 insertions, 2 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();
diff --git a/mysqlc/source/mysqlc_statement.hxx b/mysqlc/source/mysqlc_statement.hxx
index 18b63aa0bcfa..fbfe807e1d33 100644
--- a/mysqlc/source/mysqlc_statement.hxx
+++ b/mysqlc/source/mysqlc_statement.hxx
@@ -99,7 +99,7 @@ namespace connectivity
OCommonStatement(OConnection* _pConnection, sql::Statement *_cppStatement);
public:
- ::cppu::OBroadcastHelper& rBHelper;
+ using OCommonStatement_IBase::rBHelper;
using OCommonStatement_IBase::operator css::uno::Reference< css::uno::XInterface >;
// OComponentHelper