diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:22:49 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:00 +0100 |
commit | 62c73b9f60e120aed06ad972e82822cbfa0da50c (patch) | |
tree | 12a3e8b95fbd736d045963c1e7d6a595f9490ec6 /linguistic/source/lngopt.hxx | |
parent | a5bf14ee46209496bfdf92dc0ab309786d64c2de (diff) |
loplugin:deletedspecial
Change-Id: I5b341e6fa5cf66dca9e01b728ef476257b629aeb
Diffstat (limited to 'linguistic/source/lngopt.hxx')
-rw-r--r-- | linguistic/source/lngopt.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx index bc2238b3a3c3..a026d79f89dd 100644 --- a/linguistic/source/lngopt.hxx +++ b/linguistic/source/lngopt.hxx @@ -87,9 +87,8 @@ class LinguProps : bool bDisposing; - // disallow copy-constructor and assignment-operator for now - LinguProps(const LinguProps &); - LinguProps & operator = (const LinguProps &); + LinguProps(const LinguProps &) SAL_DELETED_FUNCTION; + LinguProps & operator = (const LinguProps &) SAL_DELETED_FUNCTION; void launchEvent( const ::com::sun::star::beans::PropertyChangeEvent &rEvt ) const; |