diff options
Diffstat (limited to 'svx/source/inc/formcontrolling.hxx')
-rw-r--r-- | svx/source/inc/formcontrolling.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/inc/formcontrolling.hxx b/svx/source/inc/formcontrolling.hxx index 5822a6ec1934..5927e4a505dc 100644 --- a/svx/source/inc/formcontrolling.hxx +++ b/svx/source/inc/formcontrolling.hxx @@ -215,9 +215,8 @@ namespace svx } private: - FormControllerHelper(); // never implemented - FormControllerHelper( const FormControllerHelper& ); // never implemented - FormControllerHelper& operator=( const FormControllerHelper& ); // never implemented + FormControllerHelper( const FormControllerHelper& ) SAL_DELETED_FUNCTION; + FormControllerHelper& operator=( const FormControllerHelper& ) SAL_DELETED_FUNCTION; }; |