diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-23 16:15:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-24 07:00:21 +0100 |
commit | b1fad7043a7286d5d9bb33c9ed9235f044d92aed (patch) | |
tree | 23401601f6f955a87947804935d2db056ee4266e /oox | |
parent | 4504d6ddf1b466ae069e7fa0c97f93b74ed0f724 (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/diagram/datamodel.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 |