diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-24 12:58:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-24 13:51:10 +0100 |
commit | 3de6d4d3c7b733fde0feef3d77aeb7c4c48724d0 (patch) | |
tree | d3ab5c4bcde3d67fc40670c03492b33adc5ccaec /svtools/inc | |
parent | da5377c88a26b167e94c030e8c8ac5251497e43b (diff) |
loplugin:unusedfields make some fields private
this is one of the secondary analyses this plugin performs
Change-Id: I022b9eda994acbd25714025b666194266e896640
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143215
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/framestatuslistener.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/framestatuslistener.hxx b/svtools/inc/framestatuslistener.hxx index c3ed32233b2c..045b3874f143 100644 --- a/svtools/inc/framestatuslistener.hxx +++ b/svtools/inc/framestatuslistener.hxx @@ -68,7 +68,7 @@ class FrameStatusListener : public css::frame::XStatusListener, // XFrameActionListener virtual void SAL_CALL frameAction( const css::frame::FrameActionEvent& Action ) override; - protected: + private: struct Listener { Listener( css::util::URL _aURL, css::uno::Reference< css::frame::XDispatch > _xDispatch ) : |