summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/RowFunctionParser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/RowFunctionParser.hxx')
-rw-r--r--connectivity/source/inc/RowFunctionParser.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/inc/RowFunctionParser.hxx b/connectivity/source/inc/RowFunctionParser.hxx
index a4f8d7d429b7..5eb3c36ccab9 100644
--- a/connectivity/source/inc/RowFunctionParser.hxx
+++ b/connectivity/source/inc/RowFunctionParser.hxx
@@ -121,8 +121,8 @@ private:
// supposed to be a singleton
FunctionParser();
- FunctionParser(const FunctionParser&) SAL_DELETED_FUNCTION;
- FunctionParser& operator=( const FunctionParser& ) SAL_DELETED_FUNCTION;
+ FunctionParser(const FunctionParser&) = delete;
+ FunctionParser& operator=( const FunctionParser& ) = delete;
};