From 16e21955d2936dea4e82428e971c7f51f3088ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 11 Feb 2014 12:44:13 +0000 Subject: [PATCH] coverity#707953 Uninitialized scalar field Change-Id: I7ae556a065f250774c7d0f8ca4f6f9c9c2c6c533 --- lingucomponent/source/thesaurus/libnth/nthesimp.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx index 3438d2dbe055..a373e30226a6 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx @@ -76,6 +76,7 @@ Thesaurus::Thesaurus() : aTLocs = NULL; aTNames = NULL; numthes = 0; + prevLocale = LANGUAGE_DONTKNOW; }