summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-30 14:36:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-30 16:17:45 +0100
commitfacc94bb0aef58353d54e14f948790643ccbec32 (patch)
tree00da6a066f7acd65787730ffbe78b6439e5bf148 /framework/inc
parentb87af9775167002d36a3bc16cb308ea7895d7ea0 (diff)
loplugin:unusedfields
Change-Id: Ifb9c91b3e8d6c2dd3a639a239fa41e7d5c7a4ee6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87735 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/dispatch/oxt_handler.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/inc/dispatch/oxt_handler.hxx b/framework/inc/dispatch/oxt_handler.hxx
index 73b83d3f8dd4..69bc07074c3e 100644
--- a/framework/inc/dispatch/oxt_handler.hxx
+++ b/framework/inc/dispatch/oxt_handler.hxx
@@ -86,7 +86,6 @@ class Oxt_Handler final : public ::cppu::WeakImplHelper<
osl::Mutex m_mutex;
css::uno::Reference< css::lang::XMultiServiceFactory > m_xFactory; /// global uno service factory to create new services
- css::uno::Reference< css::frame::XDispatchResultListener > m_xListener;
};