From 1aafe4950c04024907076e1420ddfd02181eb278 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 17 Oct 2018 15:28:08 +0200 Subject: loplugin:staticvar in hwpfilter..sal Change-Id: I8bf3509637cb295847e0dd667c1862269a192bbe Reviewed-on: https://gerrit.libreoffice.org/61881 Tested-by: Jenkins Reviewed-by: Noel Grandin --- hwpfilter/source/hwpreader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwpfilter') diff --git a/hwpfilter/source/hwpreader.cxx b/hwpfilter/source/hwpreader.cxx index 947d00affb4f..d02f7b21d2c4 100644 --- a/hwpfilter/source/hwpreader.cxx +++ b/hwpfilter/source/hwpreader.cxx @@ -408,7 +408,7 @@ static struct } -LineStyle[] = +const LineStyle[] = { { 0.0, 0.0, 0.0 }, { -- cgit