summaryrefslogtreecommitdiff
path: root/lingucomponent/source/thesaurus/libnth/nthesdta.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/thesaurus/libnth/nthesdta.hxx')
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesdta.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesdta.hxx b/lingucomponent/source/thesaurus/libnth/nthesdta.hxx
index ddc98bd876dc..7e5eb00b7002 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesdta.hxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesdta.hxx
@@ -52,11 +52,7 @@ class Meaning :
Meaning & operator = (const Meaning &);
public:
-#if 0
- Meaning(const ::rtl::OUString &rTerm, sal_Int16 nLang, const PropertyHelper_Thes &rHelper);
-#else
Meaning(const ::rtl::OUString &rTerm, sal_Int16 nLang);
-#endif
virtual ~Meaning();
// XMeaning
@@ -68,9 +64,6 @@ public:
void SetMeaning( const ::rtl::OUString &rTerm );
};
-
-///////////////////////////////////////////////////////////////////////////
-
} // namespace linguistic
#endif