summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/CommandDispatch.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-25 10:24:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-27 07:34:52 +0100
commit19240f625f8bd7b772481abc8e678d7b0fadd921 (patch)
treedf98eb1d1d2bf11179aea13de58aa38548458b9d /chart2/source/controller/main/CommandDispatch.hxx
parentFix typo (diff)
downloadcore-19240f625f8bd7b772481abc8e678d7b0fadd921.tar.gz
core-19240f625f8bd7b772481abc8e678d7b0fadd921.zip
loplugin:unusedfields look for classes where we can make all the..
fields private Change-Id: Id3c6b123f06ab5dcf87628de4c347626110d2d27 Reviewed-on: https://gerrit.libreoffice.org/68302 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/main/CommandDispatch.hxx')
-rw-r--r--chart2/source/controller/main/CommandDispatch.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/source/controller/main/CommandDispatch.hxx b/chart2/source/controller/main/CommandDispatch.hxx
index 761ade94b3fc..2265bdbb94dd 100644
--- a/chart2/source/controller/main/CommandDispatch.hxx
+++ b/chart2/source/controller/main/CommandDispatch.hxx
@@ -117,11 +117,10 @@ protected:
virtual void SAL_CALL disposing(
const css::lang::EventObject& Source ) override;
-protected:
+private:
css::uno::Reference< css::uno::XComponentContext > m_xContext;
css::uno::Reference< css::util::XURLTransformer > m_xURLTransformer;
-private:
typedef std::map< OUString, ::comphelper::OInterfaceContainerHelper2* >
tListenerMap;