summaryrefslogtreecommitdiffstats
path: root/sc/inc/cellvalues.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/cellvalues.hxx')
-rw-r--r--sc/inc/cellvalues.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/cellvalues.hxx b/sc/inc/cellvalues.hxx
index 83f8f784f1bc..6aaf32673868 100644
--- a/sc/inc/cellvalues.hxx
+++ b/sc/inc/cellvalues.hxx
@@ -42,8 +42,8 @@ class CellValues
{
CellValuesImpl* mpImpl;
- CellValues( const CellValues& ) SAL_DELETED_FUNCTION;
- CellValues& operator= ( const CellValues& ) SAL_DELETED_FUNCTION;
+ CellValues( const CellValues& ) = delete;
+ CellValues& operator= ( const CellValues& ) = delete;
public:
CellValues();
@@ -88,8 +88,8 @@ class TableValues
Impl* mpImpl;
- TableValues( const TableValues& ) SAL_DELETED_FUNCTION;
- TableValues& operator= ( const TableValues& ) SAL_DELETED_FUNCTION;
+ TableValues( const TableValues& ) = delete;
+ TableValues& operator= ( const TableValues& ) = delete;
public: