diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-20 12:32:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-21 07:34:59 +0100 |
commit | 18339e9eb6fed96c3b4e6a566109b1988b901311 (patch) | |
tree | a45b20dec615e8d7825d02ecd1a430a256b1415e /slideshow | |
parent | 504d4620c612c6983d460e41f9a5ad4ed22962f0 (diff) |
loplugin:subtlezeroinit: slideshow
Change-Id: I1280b51f42c21d15c76ea54a11c7a5a72930d566
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/smilfunctionparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/smilfunctionparser.cxx b/slideshow/source/engine/smilfunctionparser.cxx index f2ca8c3bc024..d7c5e8befb9f 100644 --- a/slideshow/source/engine/smilfunctionparser.cxx +++ b/slideshow/source/engine/smilfunctionparser.cxx @@ -514,7 +514,7 @@ namespace slideshow 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) |