diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-20 14:08:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-20 14:37:38 +0100 |
commit | 73de019c0b1ac82229f7c5cff84deea39ad78a18 (patch) | |
tree | f9b805d3ede88b22429b6ef4ca66c6d63c54f3c7 /framework | |
parent | 01702f7d5f52b72a890f6a0173d42199c587e01f (diff) |
loplugin:unusedfields
Change-Id: If130c8a4861998d7eafd2e9525592f3c811ec21c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87069
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/dispatch/popupmenudispatcher.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/inc/dispatch/popupmenudispatcher.hxx b/framework/inc/dispatch/popupmenudispatcher.hxx index 929350853408..869ee956e4a4 100644 --- a/framework/inc/dispatch/popupmenudispatcher.hxx +++ b/framework/inc/dispatch/popupmenudispatcher.hxx @@ -111,7 +111,6 @@ class PopupMenuDispatcher final : public ::cppu::WeakImplHelper< css::uno::Reference< css::container::XNameAccess > m_xPopupCtrlQuery; /// reference to query for popup controller css::uno::Reference< css::uri::XUriReferenceFactory > m_xUriRefFactory; /// reference to the uri reference factory css::uno::Reference< css::uno::XComponentContext > m_xContext; /// factory shared with our owner to create new services! - osl::Mutex m_mutex; bool m_bAlreadyDisposed; /// Protection against multiple disposing calls. bool m_bActivateListener; /// dispatcher is listener for frame activation |