summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/smilfunctionparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/smilfunctionparser.hxx')
-rw-r--r--slideshow/source/inc/smilfunctionparser.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/inc/smilfunctionparser.hxx b/slideshow/source/inc/smilfunctionparser.hxx
index 42a07be7941c..236dce4fdfbd 100644
--- a/slideshow/source/inc/smilfunctionparser.hxx
+++ b/slideshow/source/inc/smilfunctionparser.hxx
@@ -95,7 +95,7 @@ namespace slideshow
@return the generated function object.
*/
- static ExpressionNodeSharedPtr parseSmilValue( const OUString& rSmilValue,
+ static std::shared_ptr<ExpressionNode> parseSmilValue( const OUString& rSmilValue,
const ::basegfx::B2DRectangle& rRelativeShapeBounds ); // throw ParseError
/** Parse a string containing a SMIL function.
@@ -143,7 +143,7 @@ namespace slideshow
@return the generated function object.
*/
- static ExpressionNodeSharedPtr parseSmilFunction( const OUString& rSmilFunction,
+ static std::shared_ptr<ExpressionNode> parseSmilFunction( const OUString& rSmilFunction,
const ::basegfx::B2DRectangle& rRelativeShapeBounds ); // throw ParseError
};