summaryrefslogtreecommitdiff
path: root/starmath/inc/parse.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/parse.hxx')
-rw-r--r--starmath/inc/parse.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx
index 0ae01efa7f6e..0ae45d3f7e00 100644
--- a/starmath/inc/parse.hxx
+++ b/starmath/inc/parse.hxx
@@ -50,8 +50,8 @@ class SmParser
//! locale where '.' is decimal separator!
::com::sun::star::lang::Locale m_aDotLoc;
- SmParser(const SmParser&) SAL_DELETED_FUNCTION;
- SmParser& operator=(const SmParser&) SAL_DELETED_FUNCTION;
+ SmParser(const SmParser&) = delete;
+ SmParser& operator=(const SmParser&) = delete;
#if OSL_DEBUG_LEVEL > 1
bool IsDelimiter( const OUString &rTxt, sal_Int32 nPos );