summaryrefslogtreecommitdiff
path: root/svx/source/inc/formcontrolling.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/formcontrolling.hxx')
-rw-r--r--svx/source/inc/formcontrolling.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/formcontrolling.hxx b/svx/source/inc/formcontrolling.hxx
index f3b1f7d1730f..57bab7e5caa4 100644
--- a/svx/source/inc/formcontrolling.hxx
+++ b/svx/source/inc/formcontrolling.hxx
@@ -209,8 +209,8 @@ namespace svx
}
private:
- FormControllerHelper( const FormControllerHelper& ) SAL_DELETED_FUNCTION;
- FormControllerHelper& operator=( const FormControllerHelper& ) SAL_DELETED_FUNCTION;
+ FormControllerHelper( const FormControllerHelper& ) = delete;
+ FormControllerHelper& operator=( const FormControllerHelper& ) = delete;
};