summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/inc
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 /lotuswordpro/inc
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 'lotuswordpro/inc')
-rw-r--r--lotuswordpro/inc/xfilter/xfrect.hxx2
-rw-r--r--lotuswordpro/inc/xfilter/xfsaxstream.hxx2
2 files changed, 2 insertions, 2 deletions
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<css::xml::sax::XDocumentHandler> m_aHandler;
std::unique_ptr<XFSaxAttrList> m_pAttrList;
};