[Libreoffice-commits] core.git: framework/inc
Stephan Bergmann
sbergman at redhat.com
Fri Nov 20 00:47:15 PST 2015
framework/inc/dispatch/closedispatcher.hxx | 3 ---
framework/inc/dispatch/startmoduledispatcher.hxx | 3 ---
2 files changed, 6 deletions(-)
New commits:
commit 20b279e134e6d6d60f0ea46c5e000303e869d241
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Nov 20 09:46:44 2015 +0100
-Werror,-Wunused-private-field
Change-Id: I106c03219ae9107cdb981d9f5e4859bc95926957
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index 523f3c9..b7b65fa 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 dbb8d3f..1a97877 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:
More information about the Libreoffice-commits
mailing list