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 --- svx/inc/sdr/contact/viewcontactofsdrpage.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'svx/inc/sdr') diff --git a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx index 3fee4f3fce0a..6fa87cfd59b6 100644 --- a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx +++ b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx @@ -31,7 +31,6 @@ class ViewContactOfSdrPage; class ViewContactOfPageSubObject : public ViewContact { -protected: ViewContactOfSdrPage& mrParentViewContactOfSdrPage; public: @@ -159,7 +158,6 @@ public: class ViewContactOfSdrPage : public ViewContact { -protected: // the owner of this ViewContact. Set from constructor and not // to be changed in any way. SdrPage& mrPage; @@ -177,6 +175,7 @@ protected: ViewContactOfGrid maViewContactOfGridFront; ViewContactOfHelplines maViewContactOfHelplinesFront; +protected: // Create a Object-Specific ViewObjectContact, set ViewContact and // ObjectContact. Always needs to return something. Default is to create // a standard ViewObjectContact containing the given ObjectContact and *this -- cgit