summaryrefslogtreecommitdiffstats
path: root/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/thesaurus/libnth/nthesdta.cxx')
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesdta.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesdta.cxx b/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
index 6f8b937fb7bf..2f9273167bcd 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
@@ -35,11 +35,10 @@ namespace linguistic
{
Meaning::Meaning(
- const OUString &rTerm, sal_Int16 nLang) :
+ const OUString &rTerm) :
aSyn ( Sequence< OUString >(1) ),
- aTerm (rTerm),
- nLanguage (nLang)
+ aTerm (rTerm)
{
#if 0