From 19240f625f8bd7b772481abc8e678d7b0fadd921 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 25 Feb 2019 10:24:55 +0200 Subject: 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 --- lotuswordpro/inc/xfilter/xfrect.hxx | 2 +- lotuswordpro/inc/xfilter/xfsaxstream.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lotuswordpro/inc') diff --git a/lotuswordpro/inc/xfilter/xfrect.hxx b/lotuswordpro/inc/xfilter/xfrect.hxx index 406e2cf158f3..ed450cfe4292 100644 --- a/lotuswordpro/inc/xfilter/xfrect.hxx +++ b/lotuswordpro/inc/xfilter/xfrect.hxx @@ -128,7 +128,7 @@ public: m_fHeight = height; } -public: +private: XFPoint m_aPoint; double m_fWidth; double m_fHeight; diff --git a/lotuswordpro/inc/xfilter/xfsaxstream.hxx b/lotuswordpro/inc/xfilter/xfsaxstream.hxx index 36be72a3823f..758c97a2903d 100644 --- a/lotuswordpro/inc/xfilter/xfsaxstream.hxx +++ b/lotuswordpro/inc/xfilter/xfsaxstream.hxx @@ -115,7 +115,7 @@ public: */ virtual IXFAttrList* GetAttrList() override; -public: +private: css::uno::Reference m_aHandler; std::unique_ptr m_pAttrList; }; -- cgit