summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/hwpeq.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-01 08:45:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-01 09:58:45 +0200
commit04445c599f166dacbfe4f6440ea7252f5441db21 (patch)
treeb6a52be2a3b61e229f9747cb84d463fbbe590686 /hwpfilter/source/hwpeq.cxx
parentUpcoming improved loplugin:staticanonymous -> redundantstatic: framework (diff)
downloadcore-04445c599f166dacbfe4f6440ea7252f5441db21.tar.gz
core-04445c599f166dacbfe4f6440ea7252f5441db21.zip
Upcoming improved loplugin:staticanonymous -> redundantstatic: hwpfilter
Change-Id: I6f5a81cf83d15b9c8a21bf0581c009bdfe03f4a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97564 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'hwpfilter/source/hwpeq.cxx')
-rw-r--r--hwpfilter/source/hwpeq.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hwpeq.cxx b/hwpfilter/source/hwpeq.cxx
index 5aa6487fae2a..f2325508fc9f 100644
--- a/hwpfilter/source/hwpeq.cxx
+++ b/hwpfilter/source/hwpeq.cxx
@@ -79,7 +79,7 @@ struct hwpeq {
}
-static const hwpeq eq_tbl[] = {
+const hwpeq eq_tbl[] = {
{ "!=", "\\equiv ", 0, 0 },
{ "#", "\\\\", 0, 0 },
{ "+-", "\\pm ", 0, 0 },