summaryrefslogtreecommitdiffstats
path: root/unotools/source/misc/sharedunocomponent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/misc/sharedunocomponent.cxx')
-rw-r--r--unotools/source/misc/sharedunocomponent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/misc/sharedunocomponent.cxx b/unotools/source/misc/sharedunocomponent.cxx
index 9390df81362d..a2f29e328756 100644
--- a/unotools/source/misc/sharedunocomponent.cxx
+++ b/unotools/source/misc/sharedunocomponent.cxx
@@ -71,8 +71,8 @@ namespace utl
private:
Reference< XCloseable > m_xCloseable;
- CloseableComponentImpl(const CloseableComponentImpl&) SAL_DELETED_FUNCTION;
- CloseableComponentImpl& operator=(const CloseableComponentImpl&) SAL_DELETED_FUNCTION;
+ CloseableComponentImpl(const CloseableComponentImpl&) = delete;
+ CloseableComponentImpl& operator=(const CloseableComponentImpl&) = delete;
public:
explicit CloseableComponentImpl( const Reference< XInterface >& _rxComponent );