summaryrefslogtreecommitdiff
path: root/forms/source/inc/FormComponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/FormComponent.hxx')
-rw-r--r--forms/source/inc/FormComponent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index 7b77af450594..88ec9502803d 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -139,8 +139,8 @@ namespace frm
css::uno::Sequence< css::uno::Any > m_aNewValues;
private:
- ControlModelLock( const ControlModelLock& ) SAL_DELETED_FUNCTION;
- ControlModelLock& operator=( const ControlModelLock& ) SAL_DELETED_FUNCTION;
+ ControlModelLock( const ControlModelLock& ) = delete;
+ ControlModelLock& operator=( const ControlModelLock& ) = delete;
};