summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/jumpmatrix.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/inc/jumpmatrix.hxx')
-rw-r--r--sc/source/core/inc/jumpmatrix.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/inc/jumpmatrix.hxx b/sc/source/core/inc/jumpmatrix.hxx
index 62b6a58e05aa..9d280833e0c8 100644
--- a/sc/source/core/inc/jumpmatrix.hxx
+++ b/sc/source/core/inc/jumpmatrix.hxx
@@ -89,8 +89,8 @@ class ScJumpMatrix
/** Flush different types or non-consecutive buffers. */
void FlushBufferOtherThan( BufferType eType, SCSIZE nC, SCSIZE nR );
- ScJumpMatrix( const ScJumpMatrix& ) SAL_DELETED_FUNCTION;
- ScJumpMatrix& operator=( const ScJumpMatrix& ) SAL_DELETED_FUNCTION;
+ ScJumpMatrix( const ScJumpMatrix& ) = delete;
+ ScJumpMatrix& operator=( const ScJumpMatrix& ) = delete;
public:
ScJumpMatrix( SCSIZE nColsP, SCSIZE nRowsP );