summaryrefslogtreecommitdiff
path: root/linguistic/source/hhconvdic.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/hhconvdic.hxx
parenta5bf14ee46209496bfdf92dc0ab309786d64c2de (diff)
loplugin:deletedspecial
Change-Id: I5b341e6fa5cf66dca9e01b728ef476257b629aeb
Diffstat (limited to 'linguistic/source/hhconvdic.hxx')
-rw-r--r--linguistic/source/hhconvdic.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/linguistic/source/hhconvdic.hxx b/linguistic/source/hhconvdic.hxx
index daea420666d7..9de3b6122faa 100644
--- a/linguistic/source/hhconvdic.hxx
+++ b/linguistic/source/hhconvdic.hxx
@@ -34,9 +34,8 @@
class HHConvDic :
public ConvDic
{
- // disallow copy-constructor and assignment-operator for now
- HHConvDic(const HHConvDic &);
- HHConvDic & operator = (const HHConvDic &);
+ HHConvDic(const HHConvDic &) SAL_DELETED_FUNCTION;
+ HHConvDic & operator = (const HHConvDic &) SAL_DELETED_FUNCTION;
public:
HHConvDic( const OUString &rName, const OUString &rMainURL );