summaryrefslogtreecommitdiff
path: root/sc/inc/scmatrix.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/scmatrix.hxx')
-rw-r--r--sc/inc/scmatrix.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/scmatrix.hxx b/sc/inc/scmatrix.hxx
index f54028db74e8..affae039dfe9 100644
--- a/sc/inc/scmatrix.hxx
+++ b/sc/inc/scmatrix.hxx
@@ -122,8 +122,8 @@ class SC_DLLPUBLIC ScMatrix
// only delete via Delete()
~ScMatrix();
- ScMatrix( const ScMatrix& ) SAL_DELETED_FUNCTION;
- ScMatrix& operator=( const ScMatrix&) SAL_DELETED_FUNCTION;
+ ScMatrix( const ScMatrix& ) = delete;
+ ScMatrix& operator=( const ScMatrix&) = delete;
public:
enum Op { Add, Sub, Mul, Div };