From 111b05e412f278037b3c1a852b4ab6d9fca461f9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 2 Jul 2020 07:12:33 +0200 Subject: Upcoming improved loplugin:staticanonymous -> redundantstatic: starmath Change-Id: I755e3bef5be3df25b4f1f5887d9b0d2addf13ccf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97692 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- starmath/source/dialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/source/dialog.cxx') diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 77fc823ba17c..6a2c9e628525 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -545,7 +545,7 @@ struct FieldMinMax // Data for min and max values of the 4 metric fields // for each of the 10 categories -static const FieldMinMax pMinMaxData[10][4] = +const FieldMinMax pMinMaxData[10][4] = { // 0 {{ 0, 200 }, { 0, 200 }, { 0, 100 }, { 0, 0 }}, -- cgit