From 62c73b9f60e120aed06ad972e82822cbfa0da50c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 7 Feb 2015 12:22:49 +0100 Subject: loplugin:deletedspecial Change-Id: I5b341e6fa5cf66dca9e01b728ef476257b629aeb --- linguistic/source/hhconvdic.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'linguistic/source/hhconvdic.hxx') 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 ); -- cgit