From b1fad7043a7286d5d9bb33c9ed9235f044d92aed Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 23 Nov 2022 16:15:17 +0200 Subject: loplugin:unusedfields make some fields private this is one of the secondary analyses this plugin performs Change-Id: I6fac8c926b53f1d909c5b183304744126549f2bc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143181 Tested-by: Jenkins Reviewed-by: Noel Grandin --- oox/source/drawingml/diagram/datamodel.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'oox') diff --git a/oox/source/drawingml/diagram/datamodel.hxx b/oox/source/drawingml/diagram/datamodel.hxx index 21137f6e05d2..23104812edf1 100644 --- a/oox/source/drawingml/diagram/datamodel.hxx +++ b/oox/source/drawingml/diagram/datamodel.hxx @@ -58,6 +58,7 @@ protected: void secureStyleDataFromShapeToModel(::oox::drawingml::Shape& rShape); void restoreStyleDataFromShapeToModel(::oox::drawingml::Shape& rShape); +private: // The model definition, the parts *only* available in oox. Also look for already // defined ModelData in svx::diagram::DiagramData -- cgit