Kaydet (Commit) d015317f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:datamembershadow

shadowed OCatalog::m_xMetaData can be used here directly

Change-Id: I5d4436e1aa6f8f74ef6f9af816625044492cbf58
üst 64e238bc
......@@ -35,7 +35,6 @@ using namespace ::com::sun::star::lang;
OEvoabCatalog::OEvoabCatalog(OEvoabConnection* _pCon) :
connectivity::sdbcx::OCatalog(_pCon)
,m_pConnection(_pCon)
,m_xMetaData(m_pConnection->getMetaData())
{
}
void OEvoabCatalog::refreshTables()
......
......@@ -30,7 +30,6 @@ namespace connectivity
class OEvoabCatalog : public connectivity::sdbcx::OCatalog
{
OEvoabConnection *m_pConnection;
css::uno::Reference< css::sdbc::XDatabaseMetaData > m_xMetaData;
public:
explicit OEvoabCatalog(OEvoabConnection *_pCon);
inline OEvoabConnection* getConnection() const { return m_pConnection; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment