summaryrefslogtreecommitdiffstats
path: root/forms/source/runtime/formoperations.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/runtime/formoperations.hxx')
-rw-r--r--forms/source/runtime/formoperations.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/runtime/formoperations.hxx b/forms/source/runtime/formoperations.hxx
index 0c1b984d3682..d80b5a95e3b6 100644
--- a/forms/source/runtime/formoperations.hxx
+++ b/forms/source/runtime/formoperations.hxx
@@ -341,8 +341,8 @@ namespace frm
};
private:
- FormOperations( const FormOperations& ) SAL_DELETED_FUNCTION;
- FormOperations& operator=( const FormOperations& ) SAL_DELETED_FUNCTION;
+ FormOperations( const FormOperations& ) = delete;
+ FormOperations& operator=( const FormOperations& ) = delete;
public:
class MethodGuard