Kaydet (Commit) 2f4c796c authored tarafından Noel Grandin's avatar Noel Grandin

remove unused field

Change-Id: I1b81b39a4c66895c6f6b7d40e00ea2a483d8b4fd
üst 9dbb8db0
......@@ -68,11 +68,6 @@ class DispatchRecorderSupplier : // baseclasses
*/
css::uno::Reference< css::frame::XDispatchRecorder > m_xDispatchRecorder;
//_______________________________________
/** reference to the global uno service manager
*/
css::uno::Reference< css::lang::XMultiServiceFactory > m_xFactory;
//___________________________________________
// uno interface
......
......@@ -55,13 +55,12 @@ DEFINE_INIT_SERVICE(
@descr Because an instance will be initialized by her interface methods
it's not neccessary to do anything here.
*/
DispatchRecorderSupplier::DispatchRecorderSupplier( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory )
DispatchRecorderSupplier::DispatchRecorderSupplier( const css::uno::Reference< css::lang::XMultiServiceFactory >& )
// init baseclasses first!
// Attention: Don't change order of initialization!
: ThreadHelpBase ( &Application::GetSolarMutex() )
// init member
, m_xDispatchRecorder( NULL )
, m_xFactory ( xFactory )
{
}
......@@ -74,7 +73,6 @@ DispatchRecorderSupplier::DispatchRecorderSupplier( const css::uno::Reference< c
*/
DispatchRecorderSupplier::~DispatchRecorderSupplier()
{
m_xFactory = NULL;
m_xDispatchRecorder = NULL;
}
......
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