summaryrefslogtreecommitdiff
path: root/configmgr/source/update.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/update.cxx')
-rw-r--r--configmgr/source/update.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/update.cxx b/configmgr/source/update.cxx
index 5d4028559fed..44b9840b612e 100644
--- a/configmgr/source/update.cxx
+++ b/configmgr/source/update.cxx
@@ -68,8 +68,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() {}