summaryrefslogtreecommitdiff
path: root/forms/source/inc/InterfaceContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/InterfaceContainer.hxx')
-rw-r--r--forms/source/inc/InterfaceContainer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx
index 131d0ba9877d..96a5d1717d89 100644
--- a/forms/source/inc/InterfaceContainer.hxx
+++ b/forms/source/inc/InterfaceContainer.hxx
@@ -72,8 +72,8 @@ namespace frm
virtual ~ElementDescription();
private:
- ElementDescription( const ElementDescription& ) SAL_DELETED_FUNCTION;
- ElementDescription& operator=( const ElementDescription& ) SAL_DELETED_FUNCTION;
+ ElementDescription( const ElementDescription& ) = delete;
+ ElementDescription& operator=( const ElementDescription& ) = delete;
};
typedef std::vector<css::uno::Reference<css::uno::XInterface>> OInterfaceArray;