From 0cca099cfb5a653043867bc090eeec9f278d5749 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 9 Jan 2017 15:42:11 +0100 Subject: New loplugin:externvar: linguistic Change-Id: I2fd1b1a6008067b8a289e1dc0ebfe7dfeb879328 --- linguistic/source/lngopt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linguistic') diff --git a/linguistic/source/lngopt.cxx b/linguistic/source/lngopt.cxx index 79bb649ffa61..d50597a9b6a2 100644 --- a/linguistic/source/lngopt.cxx +++ b/linguistic/source/lngopt.cxx @@ -91,7 +91,7 @@ struct WID_Name //! order of entries is import (see LinguOptions::GetName) //! since the WID is used as index in this table! -WID_Name aWID_Name[] = +WID_Name const aWID_Name[] = { { 0, nullptr }, { UPH_IS_USE_DICTIONARY_LIST, UPN_IS_USE_DICTIONARY_LIST }, -- cgit