summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-20 12:31:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-21 07:34:58 +0100
commite99047fe3bbcc28b651bcb38d0db0800bb8e57d6 (patch)
treeda2dc4060386167f6ca90761976e68d136e3ab5f /svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
parent0a5ab8502a8dcba1bdc1faa6972df2d9d01a4f1f (diff)
loplugin:subtlezeroinit: svx
Change-Id: I41b2379e42710f908ab0b4531a52cfbff980725e
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
index d8d5758383e0..45f1d786f3d3 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
@@ -1090,7 +1090,7 @@ private:
const ParserContextSharedPtr& getParserContext()
{
- static ParserContextSharedPtr lcl_parserContext( new ParserContext() );
+ static ParserContextSharedPtr lcl_parserContext( new ParserContext );
// clear node stack (since we reuse the static object, that's
// the whole point here)