diff options
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationDialog.hxx')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationDialog.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.hxx b/sd/source/ui/animations/CustomAnimationDialog.hxx index 2ad30fb2bcb1..14f605b2984f 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.hxx +++ b/sd/source/ui/animations/CustomAnimationDialog.hxx @@ -148,11 +148,11 @@ public: STLPropertySet* getResultSet(); - static STLPropertySet* createDefaultSet(); + static std::unique_ptr<STLPropertySet> createDefaultSet(); private: - STLPropertySet* mpSet; - STLPropertySet* mpResultSet; + std::unique_ptr<STLPropertySet> mpSet; + std::unique_ptr<STLPropertySet> mpResultSet; VclPtr<TabControl> mpTabControl; |