summaryrefslogtreecommitdiff
path: root/linguistic/source/convdiclist.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:22:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:00 +0100
commit62c73b9f60e120aed06ad972e82822cbfa0da50c (patch)
tree12a3e8b95fbd736d045963c1e7d6a595f9490ec6 /linguistic/source/convdiclist.hxx
parenta5bf14ee46209496bfdf92dc0ab309786d64c2de (diff)
loplugin:deletedspecial
Change-Id: I5b341e6fa5cf66dca9e01b728ef476257b629aeb
Diffstat (limited to 'linguistic/source/convdiclist.hxx')
-rw-r--r--linguistic/source/convdiclist.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/linguistic/source/convdiclist.hxx b/linguistic/source/convdiclist.hxx
index 8035348442a4..c6076996aace 100644
--- a/linguistic/source/convdiclist.hxx
+++ b/linguistic/source/convdiclist.hxx
@@ -64,9 +64,8 @@ class ConvDicList :
bool bDisposing;
- // disallow copy-constructor and assignment-operator for now
- ConvDicList( const ConvDicList & );
- ConvDicList & operator = (const ConvDicList &);
+ ConvDicList( const ConvDicList & ) SAL_DELETED_FUNCTION;
+ ConvDicList & operator = (const ConvDicList &) SAL_DELETED_FUNCTION;
ConvDicNameContainer & GetNameContainer();