diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-17 11:19:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-17 11:19:55 +0200 |
commit | 401d07f31fde6992125b498fc2ac798a6523ca26 (patch) | |
tree | b255a5fbdc04465c2ab90d14f85f028798dbc034 /dbaccess/source/ext | |
parent | 586a461af3a8212939b2e3287c6af450932f23d6 (diff) |
loplugin:datamembershadow
Change-Id: I0206905ce95467a560f8ed24db4403df07d3680e
Diffstat (limited to 'dbaccess/source/ext')
-rw-r--r-- | dbaccess/source/ext/macromigration/macromigrationwizard.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ext/macromigration/macromigrationwizard.cxx b/dbaccess/source/ext/macromigration/macromigrationwizard.cxx index 93085c9417dd..e92f53861231 100644 --- a/dbaccess/source/ext/macromigration/macromigrationwizard.cxx +++ b/dbaccess/source/ext/macromigration/macromigrationwizard.cxx @@ -89,14 +89,12 @@ namespace dbmm virtual VclPtr<Dialog> createDialog( vcl::Window* _pParent ) override; private: - Reference<XComponentContext> m_aContext; Reference< XOfficeDatabaseDocument > m_xDocument; }; // MacroMigrationDialogService MacroMigrationDialogService::MacroMigrationDialogService( const Reference< XComponentContext >& _rxContext ) :MacroMigrationDialogService_Base( _rxContext ) - ,m_aContext( _rxContext ) { m_bNeedInitialization = true; } |