summaryrefslogtreecommitdiff
path: root/include/unotools/configmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/configmgr.hxx')
-rw-r--r--include/unotools/configmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/configmgr.hxx b/include/unotools/configmgr.hxx
index 7c174f6cd46c..92ae409b3882 100644
--- a/include/unotools/configmgr.hxx
+++ b/include/unotools/configmgr.hxx
@@ -81,8 +81,8 @@ public:
private:
- ConfigManager(const ConfigManager&) SAL_DELETED_FUNCTION;
- ConfigManager& operator=(const ConfigManager&) SAL_DELETED_FUNCTION;
+ ConfigManager(const ConfigManager&) = delete;
+ ConfigManager& operator=(const ConfigManager&) = delete;
void doStoreConfigItems();