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 --- xmloff/source/draw/ximp3dobject.hxx | 1 - xmloff/source/forms/elementimport.hxx | 1 - xmloff/source/forms/eventimport.hxx | 1 - 3 files changed, 3 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/draw/ximp3dobject.hxx b/xmloff/source/draw/ximp3dobject.hxx index 4c3db9dd99c5..dbafadbe5615 100644 --- a/xmloff/source/draw/ximp3dobject.hxx +++ b/xmloff/source/draw/ximp3dobject.hxx @@ -33,7 +33,6 @@ class SdXML3DObjectContext : public SdXMLShapeContext { -protected: // the shape group this object should be created inside css::drawing::HomogenMatrix mxHomMat; diff --git a/xmloff/source/forms/elementimport.hxx b/xmloff/source/forms/elementimport.hxx index e6fc367ca29f..ebccb725fae5 100644 --- a/xmloff/source/forms/elementimport.hxx +++ b/xmloff/source/forms/elementimport.hxx @@ -596,7 +596,6 @@ namespace xmloff template class OColumnImport : public BASE { - protected: css::uno::Reference< css::form::XGridColumnFactory > m_xColumnFactory; diff --git a/xmloff/source/forms/eventimport.hxx b/xmloff/source/forms/eventimport.hxx index 3cb8012058b2..f696e81a924a 100644 --- a/xmloff/source/forms/eventimport.hxx +++ b/xmloff/source/forms/eventimport.hxx @@ -49,7 +49,6 @@ namespace xmloff //= ODefaultEventAttacherManager class ODefaultEventAttacherManager : public IEventAttacherManager { - protected: typedef std::map< css::uno::Reference< css::beans::XPropertySet >, css::uno::Sequence< css::script::ScriptEventDescriptor >, -- cgit