diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-25 14:43:05 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-25 14:43:05 +0200 |
commit | f883832c93f78559fa5e1ba5d6d4dd2681595680 (patch) | |
tree | d6a9f4225fc59c5286e42745bc7a53c08b639f08 /lingucomponent | |
parent | b88434d67bf0304e3077130763226ebe42093be5 (diff) |
WaE: unused variable 'catst2' [loplugin:unusedvariablecheck]
Change-Id: Iaeff659796b17ffe5e102b75045c90913f12b615
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/thesaurus/libnth/nthesimp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 |