summaryrefslogtreecommitdiff
path: root/configmgr/source/configurationregistry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/configurationregistry.cxx')
-rw-r--r--configmgr/source/configurationregistry.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/configurationregistry.cxx b/configmgr/source/configurationregistry.cxx
index d1f640e3c112..6fa5450ca5c3 100644
--- a/configmgr/source/configurationregistry.cxx
+++ b/configmgr/source/configurationregistry.cxx
@@ -75,8 +75,8 @@ public:
explicit Service(css::uno::Reference< css::uno::XComponentContext > const & context);
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() {}
@@ -158,8 +158,8 @@ public:
service_(service), value_(value) {}
private:
- RegistryKey(const RegistryKey&) SAL_DELETED_FUNCTION;
- RegistryKey& operator=(const RegistryKey&) SAL_DELETED_FUNCTION;
+ RegistryKey(const RegistryKey&) = delete;
+ RegistryKey& operator=(const RegistryKey&) = delete;
virtual ~RegistryKey() {}