[Libreoffice-commits] core.git: lingucomponent/source

Tor Lillqvist tml at collabora.com
Tue Mar 25 05:45:34 PDT 2014


 lingucomponent/source/thesaurus/libnth/nthesimp.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f883832c93f78559fa5e1ba5d6d4dd2681595680
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Mar 25 14:43:05 2014 +0200

    WaE: unused variable 'catst2' [loplugin:unusedvariablecheck]
    
    Change-Id: Iaeff659796b17ffe5e102b75045c90913f12b615

diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
index 300d0f3..8db3f29 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


More information about the Libreoffice-commits mailing list