From 7cca2c7fb328e64f1779993b60809eff6974b970 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Nov 2016 08:59:52 +0200 Subject: new loplugin finalprotected look for final classes, and make sure they don't have protected members Change-Id: I1fa810659bba02b61a5160dbfd8e24185ec9abf4 Reviewed-on: https://gerrit.libreoffice.org/30895 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/svx/sdr/contact/displayinfo.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/svx/sdr') diff --git a/include/svx/sdr/contact/displayinfo.hxx b/include/svx/sdr/contact/displayinfo.hxx index 64d15f9564bb..b474cae3377e 100644 --- a/include/svx/sdr/contact/displayinfo.hxx +++ b/include/svx/sdr/contact/displayinfo.hxx @@ -30,7 +30,6 @@ namespace sdr { class SVX_DLLPUBLIC DisplayInfo final { - protected: // The Layers which shall be processed (visible) SetOfByte maProcessLayers; -- cgit