summaryrefslogtreecommitdiffstats
path: root/lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx')
-rw-r--r--lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
index 673f046d7c17..25b7e7d93eb5 100644
--- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
+++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx
@@ -75,9 +75,8 @@ class Hyphenator :
linguistic::PropertyHelper_Hyphenation* pPropHelper;
bool bDisposing;
- // disallow copy-constructor and assignment-operator for now
- Hyphenator(const Hyphenator &);
- Hyphenator & operator = (const Hyphenator &);
+ Hyphenator(const Hyphenator &) SAL_DELETED_FUNCTION;
+ Hyphenator & operator = (const Hyphenator &) SAL_DELETED_FUNCTION;
linguistic::PropertyHelper_Hyphenation& GetPropHelper_Impl();
linguistic::PropertyHelper_Hyphenation& GetPropHelper()