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 --- editeng/inc/editattr.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'editeng/inc/editattr.hxx') diff --git a/editeng/inc/editattr.hxx b/editeng/inc/editattr.hxx index 7e96f3dd7a28..e00feb41d75b 100644 --- a/editeng/inc/editattr.hxx +++ b/editeng/inc/editattr.hxx @@ -67,7 +67,6 @@ class SfxGrabBagItem; // bEdge: Attribute will not expand, if you want to expand just on the edge class EditCharAttrib { -protected: const SfxPoolItem* pItem; sal_Int32 nStart; -- cgit