summaryrefslogtreecommitdiff
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.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesdta.cxx b/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
index 88503c0ebcdd..4468f2e12282 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
@@ -39,12 +39,7 @@ namespace linguistic
///////////////////////////////////////////////////////////////////////////
Meaning::Meaning(
-#if 0
- const OUString &rTerm, sal_Int16 nLang,
- const PropertyHelper_Thes &rHelper ) :
-#else
const OUString &rTerm, sal_Int16 nLang) :
-#endif
aSyn ( Sequence< OUString >(1) ),
aTerm (rTerm),
@@ -91,13 +86,6 @@ void Meaning::SetMeaning( const OUString &rTerm )
aTerm = rTerm;
}
-///////////////////////////////////////////////////////////////////////////
-
} // namespace linguistic
-
-
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */