diff options
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationCreateDialog.hxx')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationCreateDialog.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.hxx b/sd/source/ui/animations/CustomAnimationCreateDialog.hxx index d7fc0e20631d..6a97e323f8f3 100644 --- a/sd/source/ui/animations/CustomAnimationCreateDialog.hxx +++ b/sd/source/ui/animations/CustomAnimationCreateDialog.hxx @@ -39,7 +39,7 @@ class CustomAnimationCreateDialog : public TabDialog { friend class CustomAnimationCreateTabPage; public: - CustomAnimationCreateDialog( vcl::Window* pParent, CustomAnimationPane* pPane, const std::vector< ::com::sun::star::uno::Any >& rTargets, bool bHasText, const OUString& rsPresetId, double fDuration ); + CustomAnimationCreateDialog( vcl::Window* pParent, CustomAnimationPane* pPane, const std::vector< css::uno::Any >& rTargets, bool bHasText, const OUString& rsPresetId, double fDuration ); virtual ~CustomAnimationCreateDialog(); virtual void dispose() override; @@ -58,7 +58,7 @@ private: private: VclPtr<CustomAnimationPane> mpPane; - const std::vector< ::com::sun::star::uno::Any >& mrTargets; + const std::vector< css::uno::Any >& mrTargets; double mfDuration; bool mbIsPreview; |