diff options
Diffstat (limited to 'sd/inc/undoanim.hxx')
-rw-r--r-- | sd/inc/undoanim.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/undoanim.hxx b/sd/inc/undoanim.hxx index 2e42b9a2a726..9f97a1248d91 100644 --- a/sd/inc/undoanim.hxx +++ b/sd/inc/undoanim.hxx @@ -53,7 +53,7 @@ struct UndoAnimationPathImpl; class UndoAnimationPath : public SdrUndoAction { public: - UndoAnimationPath( SdDrawDocument* pDoc, SdPage* pThePage, const com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ); + UndoAnimationPath( SdDrawDocument* pDoc, SdPage* pThePage, const css::uno::Reference< css::animations::XAnimationNode >& xNode ); virtual ~UndoAnimationPath(); virtual void Undo() override; |