summaryrefslogtreecommitdiff
path: root/linguistic/source/dlistimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/dlistimp.hxx')
-rw-r--r--linguistic/source/dlistimp.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/linguistic/source/dlistimp.hxx b/linguistic/source/dlistimp.hxx
index 24a8fd915365..8456191b94ac 100644
--- a/linguistic/source/dlistimp.hxx
+++ b/linguistic/source/dlistimp.hxx
@@ -71,9 +71,8 @@ class DicList :
bool bDisposing;
bool bInCreation;
- // disallow copy-constructor and assignment-operator for now
- DicList( const DicList & );
- DicList & operator = (const DicList &);
+ DicList( const DicList & ) SAL_DELETED_FUNCTION;
+ DicList & operator = (const DicList &) SAL_DELETED_FUNCTION;
void _CreateDicList();
DictionaryVec_t & GetOrCreateDicList()