summaryrefslogtreecommitdiff
path: root/lingucomponent/source/thesaurus/libnth/nthesdta.hxx
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2012-10-08 20:02:03 -0300
committerDavid Tardon <dtardon@redhat.com>2012-10-17 09:32:47 +0200
commit625e91c75fe66d4e067213a561f19e626cfbfa93 (patch)
tree71c7501def89baf911d52e823bb5a8f42d34a668 /lingucomponent/source/thesaurus/libnth/nthesdta.hxx
parentf163a827ff7324178214ce3178eb8928a0dac102 (diff)
More useless code, "#if 0" blocks in lingucomponent, sal, and rsc
Change-Id: I1dda0f2b3bc2bb4a4a877c160026e53a90471d54 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
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