summaryrefslogtreecommitdiffstats
path: root/configmgr/source/configurationprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/configurationprovider.cxx')
-rw-r--r--configmgr/source/configurationprovider.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/configurationprovider.cxx b/configmgr/source/configurationprovider.cxx
index 31b87b69edd7..58c3da6e73b8 100644
--- a/configmgr/source/configurationprovider.cxx
+++ b/configmgr/source/configurationprovider.cxx
@@ -110,8 +110,8 @@ public:
}
private:
- Service(const Service&) SAL_DELETED_FUNCTION;
- Service& operator=(const Service&) SAL_DELETED_FUNCTION;
+ Service(const Service&) = delete;
+ Service& operator=(const Service&) = delete;
virtual ~Service() {}
@@ -376,8 +376,8 @@ public:
Factory() {}
private:
- Factory(const Factory&) SAL_DELETED_FUNCTION;
- Factory& operator=(const Factory&) SAL_DELETED_FUNCTION;
+ Factory(const Factory&) = delete;
+ Factory& operator=(const Factory&) = delete;
virtual ~Factory() {}