diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-02 07:12:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-02 08:19:41 +0200 |
commit | 111b05e412f278037b3c1a852b4ab6d9fca461f9 (patch) | |
tree | 39ef8f78487edf79b5613f2d4453ee0903db5ba5 /starmath/source/dialog.cxx | |
parent | 45898370bcf0dfb8bd303dc0922ebae604d59224 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'starmath/source/dialog.cxx')
-rw-r--r-- | starmath/source/dialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 }}, |