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.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/scmatrix.hxx b/sc/inc/scmatrix.hxx
index 6bcd8857f1e0..c4b924d4075d 100644
--- a/sc/inc/scmatrix.hxx
+++ b/sc/inc/scmatrix.hxx
@@ -117,9 +117,8 @@ class SC_DLLPUBLIC ScMatrix
// only delete via Delete()
~ScMatrix();
- // not implemented, prevent usage
- ScMatrix( const ScMatrix& );
- ScMatrix& operator=( const ScMatrix&);
+ ScMatrix( const ScMatrix& ) SAL_DELETED_FUNCTION;
+ ScMatrix& operator=( const ScMatrix&) SAL_DELETED_FUNCTION;
public:
enum Op { Add, Sub, Mul, Div };