summaryrefslogtreecommitdiff
path: root/sc/inc/chartlis.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/chartlis.hxx')
-rw-r--r--sc/inc/chartlis.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx
index b634b91602e9..c42385ed1acc 100644
--- a/sc/inc/chartlis.hxx
+++ b/sc/inc/chartlis.hxx
@@ -52,7 +52,7 @@ public:
std::unordered_set<sal_uInt16>& getAllFileIds() { return maFileIds;}
private:
- ExternalRefListener(const ExternalRefListener& r) SAL_DELETED_FUNCTION;
+ ExternalRefListener(const ExternalRefListener& r) = delete;
ScChartListener& mrParent;
std::unordered_set<sal_uInt16> maFileIds;
@@ -71,7 +71,7 @@ private:
bool bDirty:1;
bool bSeriesRangesScheduled:1;
- ScChartListener& operator=( const ScChartListener& ) SAL_DELETED_FUNCTION;
+ ScChartListener& operator=( const ScChartListener& ) = delete;
public:
ScChartListener( const OUString& rName, ScDocument* pDoc,
@@ -147,7 +147,7 @@ private:
DECL_LINK_TYPED(TimerHdl, Idle *, void);
- ScChartListenerCollection& operator=( const ScChartListenerCollection& ) SAL_DELETED_FUNCTION;
+ ScChartListenerCollection& operator=( const ScChartListenerCollection& ) = delete;
public:
ScChartListenerCollection( ScDocument* pDoc );