summaryrefslogtreecommitdiffstats
path: root/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/thesaurus/libnth/nthesimp.hxx')
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesimp.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
index c90720cbcfa3..4504b3c5c9f9 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
@@ -82,9 +82,8 @@ class Thesaurus :
OUString prevTerm;
sal_Int16 prevLocale;
- // disallow copy-constructor and assignment-operator for now
- Thesaurus(const Thesaurus &);
- Thesaurus & operator = (const Thesaurus &);
+ Thesaurus(const Thesaurus &) SAL_DELETED_FUNCTION;
+ Thesaurus & operator = (const Thesaurus &) SAL_DELETED_FUNCTION;
linguistic::PropertyHelper_Thesaurus& GetPropHelper_Impl();
linguistic::PropertyHelper_Thesaurus& GetPropHelper()