summaryrefslogtreecommitdiff
path: root/sc/inc/chartarr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/chartarr.hxx')
-rw-r--r--sc/inc/chartarr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/chartarr.hxx b/sc/inc/chartarr.hxx
index 4cefe81aad3a..0a60e4036b0e 100644
--- a/sc/inc/chartarr.hxx
+++ b/sc/inc/chartarr.hxx
@@ -39,7 +39,7 @@ class ScMemChart
OUString* pColText;
OUString* pRowText;
- ScMemChart(const ScMemChart& rMemChart) SAL_DELETED_FUNCTION;
+ ScMemChart(const ScMemChart& rMemChart) = delete;
public:
ScMemChart(SCCOL nCols, SCROW nRows);