Kaydet (Commit) 20b279e1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: I106c03219ae9107cdb981d9f5e4859bc95926957
üst 2452a742
...@@ -98,9 +98,6 @@ class CloseDispatcher : public ::cppu::WeakImplHelper< ...@@ -98,9 +98,6 @@ class CloseDispatcher : public ::cppu::WeakImplHelper<
/** @short for asynchronous operations we must hold us self alive! */ /** @short for asynchronous operations we must hold us self alive! */
css::uno::Reference< css::uno::XInterface > m_xSelfHold; 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! */ /** @short holded alive for internally asynchronous operations! */
css::uno::Reference< css::frame::XDispatchResultListener > m_xResultListener; css::uno::Reference< css::frame::XDispatchResultListener > m_xResultListener;
......
...@@ -58,9 +58,6 @@ class StartModuleDispatcher : public ::cppu::WeakImplHelper< ...@@ -58,9 +58,6 @@ class StartModuleDispatcher : public ::cppu::WeakImplHelper<
uno resources. */ uno resources. */
css::uno::Reference< css::uno::XComponentContext > m_xContext; css::uno::Reference< css::uno::XComponentContext > m_xContext;
/** @short list of registered status listener */
osl::Mutex m_mutex;
// native interface // native interface
public: public:
......
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