diff options
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationPane.hxx')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationPane.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.hxx b/sd/source/ui/animations/CustomAnimationPane.hxx index 086b717dbc84..f1aff2e25cdc 100644 --- a/sd/source/ui/animations/CustomAnimationPane.hxx +++ b/sd/source/ui/animations/CustomAnimationPane.hxx @@ -109,7 +109,7 @@ private: void moveSelection( bool bUp ); void onPreview( bool bForcePreview ); - STLPropertySet* createSelectionSet(); + std::unique_ptr<STLPropertySet> createSelectionSet(); void changeSelection( STLPropertySet const * pResultSet, STLPropertySet const * pOldSet ); static css::uno::Any getProperty1Value( sal_Int32 nType, const CustomAnimationEffectPtr& pEffect ); |