From f883832c93f78559fa5e1ba5d6d4dd2681595680 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 25 Mar 2014 14:43:05 +0200 Subject: WaE: unused variable 'catst2' [loplugin:unusedvariablecheck] Change-Id: Iaeff659796b17ffe5e102b75045c90913f12b615 --- lingucomponent/source/thesaurus/libnth/nthesimp.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'lingucomponent') diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx index 300d0f38c0cf..8db3f293ea47 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx @@ -405,7 +405,6 @@ Sequence < Reference < ::com::sun::star::linguistic2::XMeaning > > SAL_CALL Thes OUString sTerm(pe->psyns[i],strlen(pe->psyns[i]),eEnc ); sal_Int32 catpos = sTerm.indexOf('('); OUString catst; - OUString catst2; if (catpos > 2) { // remove category name for affixation and casing -- cgit