diff options
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) |