summaryrefslogtreecommitdiff
path: root/unotools/source/misc/componentresmodule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/misc/componentresmodule.cxx')
-rw-r--r--unotools/source/misc/componentresmodule.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/misc/componentresmodule.cxx b/unotools/source/misc/componentresmodule.cxx
index 74af55a443e2..bf45f21ea40f 100644
--- a/unotools/source/misc/componentresmodule.cxx
+++ b/unotools/source/misc/componentresmodule.cxx
@@ -38,8 +38,8 @@ namespace utl
bool m_bInitialized;
OString m_sResFilePrefix;
- OComponentResModuleImpl(const OComponentResModuleImpl&) SAL_DELETED_FUNCTION;
- OComponentResModuleImpl& operator=(const OComponentResModuleImpl&) SAL_DELETED_FUNCTION;
+ OComponentResModuleImpl(const OComponentResModuleImpl&) = delete;
+ OComponentResModuleImpl& operator=(const OComponentResModuleImpl&) = delete;
public:
explicit OComponentResModuleImpl( const OString& _rResFilePrefix )