summaryrefslogtreecommitdiff
path: root/sc/inc/chartlock.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/chartlock.hxx')
-rw-r--r--sc/inc/chartlock.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/chartlock.hxx b/sc/inc/chartlock.hxx
index 1853bc9da09a..e7680397568e 100644
--- a/sc/inc/chartlock.hxx
+++ b/sc/inc/chartlock.hxx
@@ -44,7 +44,7 @@ private:
std::vector< ::com::sun::star::uno::WeakReference<
::com::sun::star::frame::XModel > > maChartModels;
- ScChartLockGuard( const ScChartLockGuard& ) SAL_DELETED_FUNCTION;
+ ScChartLockGuard( const ScChartLockGuard& ) = delete;
};
/** Use this to lock all charts in the calc for a little time.
@@ -68,7 +68,7 @@ private:
DECL_LINK_TYPED(TimeoutHdl, Timer *, void);
- ScTemporaryChartLock( const ScTemporaryChartLock& ) SAL_DELETED_FUNCTION;
+ ScTemporaryChartLock( const ScTemporaryChartLock& ) = delete;
};
#endif