summaryrefslogtreecommitdiff
path: root/linguistic/source/lngsvcmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/lngsvcmgr.hxx')
-rw-r--r--linguistic/source/lngsvcmgr.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/linguistic/source/lngsvcmgr.hxx b/linguistic/source/lngsvcmgr.hxx
index c3046e85df6e..3ce86a111300 100644
--- a/linguistic/source/lngsvcmgr.hxx
+++ b/linguistic/source/lngsvcmgr.hxx
@@ -108,9 +108,8 @@ class LngSvcMgr :
bool bDisposing;
- // disallow copy-constructor and assignment-operator for now
- LngSvcMgr(const LngSvcMgr &);
- LngSvcMgr & operator = (const LngSvcMgr &);
+ LngSvcMgr(const LngSvcMgr &) SAL_DELETED_FUNCTION;
+ LngSvcMgr & operator = (const LngSvcMgr &) SAL_DELETED_FUNCTION;
void GetAvailableSpellSvcs_Impl();
void GetAvailableGrammarSvcs_Impl();