summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
index 32d88f5d4f03..7108a59b75b4 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
@@ -844,7 +844,7 @@ class UnaryFunctionFunctor
const ExpressionFunct meFunct;
ParserContextSharedPtr mxContext;
-public :
+public:
UnaryFunctionFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) :
meFunct( eFunct ),
@@ -916,7 +916,7 @@ class IfFunctor
{
ParserContextSharedPtr mxContext;
-public :
+public:
explicit IfFunctor( const ParserContextSharedPtr& rContext ) :
mxContext( rContext )