summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 6d41babaf63c..7817df6fb38f 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -158,8 +158,8 @@ friend class sc::EditTextIterator;
friend class sc::CellValues;
friend class sc::TableValues;
- ScColumn(const ScColumn&) SAL_DELETED_FUNCTION;
- ScColumn& operator= (const ScColumn&) SAL_DELETED_FUNCTION;
+ ScColumn(const ScColumn&) = delete;
+ ScColumn& operator= (const ScColumn&) = delete;
bool ParseString(
ScCellValue& rCell,