summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-01 11:07:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-01 13:20:34 +0200
commit9ec43720292d4f99104742d8938beb4669ca77b3 (patch)
treead2734f391159cc461abdee2d704408f13a9842c /l10ntools
parentb122a39c33d9c46ac376b80f51920527b98a3c8a (diff)
Upcoming improved loplugin:staticanonymous -> redundantstatic: l10ntools
Change-Id: I9b97f64f27dee5fe0c17ceaf93f7d137141be249 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97600 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/idxdict/idxdict.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/idxdict/idxdict.cxx b/l10ntools/source/idxdict/idxdict.cxx
index 0a4a6ddb0216..b931591b600b 100644
--- a/l10ntools/source/idxdict/idxdict.cxx
+++ b/l10ntools/source/idxdict/idxdict.cxx
@@ -15,7 +15,7 @@
#include <stdlib.h>
#include <string.h>
-static const int MAXLINE = 1024*64;
+const int MAXLINE = 1024*64;
using namespace std;