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 --- connectivity/source/inc/file/fcode.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'connectivity/source/inc/file') diff --git a/connectivity/source/inc/file/fcode.hxx b/connectivity/source/inc/file/fcode.hxx index da0670f4e1da..77bc2a199ee1 100644 --- a/connectivity/source/inc/file/fcode.hxx +++ b/connectivity/source/inc/file/fcode.hxx @@ -76,9 +76,9 @@ namespace connectivity class OOO_DLLPUBLIC_FILE OOperandRow : public OOperand { sal_uInt16 m_nRowPos; - protected: OValueRefRow m_pRow; + protected: OOperandRow(sal_uInt16 _nPos, sal_Int32 _rType); public: virtual const ORowSetValue& getValue() const override; @@ -230,8 +230,6 @@ namespace connectivity class OOO_DLLPUBLIC_FILE OOp_LIKE : public OBoolOperator { - public: - protected: const sal_Unicode cEscape; public: -- cgit