From 401d07f31fde6992125b498fc2ac798a6523ca26 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 17 Nov 2016 11:19:24 +0200 Subject: loplugin:datamembershadow Change-Id: I0206905ce95467a560f8ed24db4403df07d3680e --- mysqlc/source/mysqlc_statement.cxx | 1 - mysqlc/source/mysqlc_statement.hxx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'mysqlc/source') 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(_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 -- cgit