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.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/forms/source/runtime/formoperations.hxx b/forms/source/runtime/formoperations.hxx
index a884de9542b8..7c3e604bc98e 100644
--- a/forms/source/runtime/formoperations.hxx
+++ b/forms/source/runtime/formoperations.hxx
@@ -345,9 +345,8 @@ namespace frm
};
private:
- FormOperations(); // never implemented
- FormOperations( const FormOperations& ); // never implemented
- FormOperations& operator=( const FormOperations& ); // never implemented
+ FormOperations( const FormOperations& ) SAL_DELETED_FUNCTION;
+ FormOperations& operator=( const FormOperations& ) SAL_DELETED_FUNCTION;
public:
class MethodGuard