summaryrefslogtreecommitdiff
path: root/include/tools/resmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/resmgr.hxx')
-rw-r--r--include/tools/resmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/resmgr.hxx b/include/tools/resmgr.hxx
index 4c72c17855da..ade174674240 100644
--- a/include/tools/resmgr.hxx
+++ b/include/tools/resmgr.hxx
@@ -127,8 +127,8 @@ private:
// like ReadString but doesn't call the string hook
TOOLS_DLLPRIVATE OUString ReadStringWithoutHook();
- ResMgr(const ResMgr&) SAL_DELETED_FUNCTION;
- ResMgr& operator=(const ResMgr&) SAL_DELETED_FUNCTION;
+ ResMgr(const ResMgr&) = delete;
+ ResMgr& operator=(const ResMgr&) = delete;
public:
static void DestroyAllResMgr(); ///< Called upon app shutdown