From f446ebf4ad419c114cae903a04159ccf78755faa Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 7 Sep 2020 14:55:22 +0200 Subject: loplugin:unusedfields Change-Id: Id1b1c07ddcacca8eef8af71890d9392f29b6be6d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102172 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/chart/transporttypes.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/chart/transporttypes.hxx b/xmloff/source/chart/transporttypes.hxx index e75218a06446..67deb3748cb9 100644 --- a/xmloff/source/chart/transporttypes.hxx +++ b/xmloff/source/chart/transporttypes.hxx @@ -146,10 +146,6 @@ struct RegressionStyle {} }; -struct CustomLabelField { - std::vector sRuns; -}; - struct DataRowPointStyle { enum StyleType -- cgit