diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:22:31 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:35:59 +0100 |
commit | a5bf14ee46209496bfdf92dc0ab309786d64c2de (patch) | |
tree | cf6eddac7c70d18a118a5bbed211b15dc72360de /lingucomponent/source/hyphenator | |
parent | b3934e4afc71abb3d7eacb5fce65a4eb7c3edd73 (diff) |
loplugin:deletedspecial
Change-Id: I65d025fc465b9b1d11c43e01e2ff6796b72d6333
Diffstat (limited to 'lingucomponent/source/hyphenator')
-rw-r--r-- | lingucomponent/source/hyphenator/hyphen/hyphenimp.hxx | 5 |
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() |