summaryrefslogtreecommitdiff
path: root/include/svx/fmmodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fmmodel.hxx')
-rw-r--r--include/svx/fmmodel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fmmodel.hxx b/include/svx/fmmodel.hxx
index 22600859db21..129bc8042b58 100644
--- a/include/svx/fmmodel.hxx
+++ b/include/svx/fmmodel.hxx
@@ -42,8 +42,8 @@ private:
bool m_bOpenInDesignMode : 1;
bool m_bAutoControlFocus : 1;
- FmFormModel( const FmFormModel& ) SAL_DELETED_FUNCTION;
- void operator=(const FmFormModel& rSrcModel) SAL_DELETED_FUNCTION;
+ FmFormModel( const FmFormModel& ) = delete;
+ void operator=(const FmFormModel& rSrcModel) = delete;
public:
TYPEINFO_OVERRIDE();