summaryrefslogtreecommitdiff
path: root/sw/inc/calc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/calc.hxx')
-rw-r--r--sw/inc/calc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx
index c98638a03a50..436649eb5eb8 100644
--- a/sw/inc/calc.hxx
+++ b/sw/inc/calc.hxx
@@ -178,8 +178,8 @@ class SwCalc
static OUString GetColumnName( const OUString& rName );
OUString GetDBName( const OUString& rName );
- SwCalc( const SwCalc& ) SAL_DELETED_FUNCTION;
- SwCalc& operator=( const SwCalc& ) SAL_DELETED_FUNCTION;
+ SwCalc( const SwCalc& ) = delete;
+ SwCalc& operator=( const SwCalc& ) = delete;
public:
SwCalc( SwDoc& rD );