summaryrefslogtreecommitdiff
path: root/include/svx/EnhancedCustomShapeFunctionParser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/EnhancedCustomShapeFunctionParser.hxx')
-rw-r--r--include/svx/EnhancedCustomShapeFunctionParser.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/EnhancedCustomShapeFunctionParser.hxx b/include/svx/EnhancedCustomShapeFunctionParser.hxx
index 9f4f464e7133..8f0691001156 100644
--- a/include/svx/EnhancedCustomShapeFunctionParser.hxx
+++ b/include/svx/EnhancedCustomShapeFunctionParser.hxx
@@ -195,8 +195,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;
};
}