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 --- dbaccess/source/ext/macromigration/macromigrationwizard.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'dbaccess') 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 createDialog( vcl::Window* _pParent ) override; private: - Reference m_aContext; Reference< XOfficeDatabaseDocument > m_xDocument; }; // MacroMigrationDialogService MacroMigrationDialogService::MacroMigrationDialogService( const Reference< XComponentContext >& _rxContext ) :MacroMigrationDialogService_Base( _rxContext ) - ,m_aContext( _rxContext ) { m_bNeedInitialization = true; } -- cgit