summaryrefslogtreecommitdiff
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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
index f88dc2897072..0b89869b11cc 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
@@ -81,8 +81,8 @@ class Thesaurus :
OUString prevTerm;
sal_Int16 prevLocale;
- Thesaurus(const Thesaurus &) SAL_DELETED_FUNCTION;
- Thesaurus & operator = (const Thesaurus &) SAL_DELETED_FUNCTION;
+ Thesaurus(const Thesaurus &) = delete;
+ Thesaurus & operator = (const Thesaurus &) = delete;
linguistic::PropertyHelper_Thesaurus& GetPropHelper_Impl();
linguistic::PropertyHelper_Thesaurus& GetPropHelper()