summaryrefslogtreecommitdiff
path: root/configmgr/source/data.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/data.hxx')
-rw-r--r--configmgr/source/data.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/data.hxx b/configmgr/source/data.hxx
index 681bf55aa261..e0293b518390 100644
--- a/configmgr/source/data.hxx
+++ b/configmgr/source/data.hxx
@@ -85,8 +85,8 @@ struct Data {
OUString const & url);
private:
- Data(const Data&) SAL_DELETED_FUNCTION;
- Data& operator=(const Data&) SAL_DELETED_FUNCTION;
+ Data(const Data&) = delete;
+ Data& operator=(const Data&) = delete;
typedef config_map< rtl::Reference< ExtensionXcu > >
ExtensionXcuAdditions;