diff options
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; |