summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-20 09:46:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-20 09:46:44 +0100
commit20b279e134e6d6d60f0ea46c5e000303e869d241 (patch)
tree97a0b15db5e6ed7dcae6e22af75f9c7abcb649a0 /framework
parent2452a742abb5714684d369aa505ca837db98d27b (diff)
-Werror,-Wunused-private-field
Change-Id: I106c03219ae9107cdb981d9f5e4859bc95926957
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx3
-rw-r--r--framework/inc/dispatch/startmoduledispatcher.hxx3
2 files changed, 0 insertions, 6 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index 523f3c9544aa..b7b65fa7d874 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -98,9 +98,6 @@ class CloseDispatcher : public ::cppu::WeakImplHelper<
/** @short for asynchronous operations we must hold us self alive! */
css::uno::Reference< css::uno::XInterface > m_xSelfHold;
- /** @short list of registered status listener */
- osl::Mutex m_mutex;
-
/** @short holded alive for internally asynchronous operations! */
css::uno::Reference< css::frame::XDispatchResultListener > m_xResultListener;
diff --git a/framework/inc/dispatch/startmoduledispatcher.hxx b/framework/inc/dispatch/startmoduledispatcher.hxx
index dbb8d3f4dc8e..1a978777357c 100644
--- a/framework/inc/dispatch/startmoduledispatcher.hxx
+++ b/framework/inc/dispatch/startmoduledispatcher.hxx
@@ -58,9 +58,6 @@ class StartModuleDispatcher : public ::cppu::WeakImplHelper<
uno resources. */
css::uno::Reference< css::uno::XComponentContext > m_xContext;
- /** @short list of registered status listener */
- osl::Mutex m_mutex;
-
// native interface
public: