Kaydet (Commit) 15c0fba5 authored tarafından Takeshi Abe's avatar Takeshi Abe Kaydeden (comit) Noel Grandin

tdf#88206: replace cppu::WeakImplHelper1 with cppu::WeakImplHelper

in animations.

Change-Id: I7d776ddb81e0943bf2ea5895ea26631db76546ac
Reviewed-on: https://gerrit.libreoffice.org/16645Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 623c2b92
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weakref.hxx> #include <cppuhelper/weakref.hxx>
#include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <list> #include <list>
...@@ -351,7 +351,7 @@ private: ...@@ -351,7 +351,7 @@ private:
class TimeContainerEnumeration : public ::cppu::WeakImplHelper1< XEnumeration > class TimeContainerEnumeration : public ::cppu::WeakImplHelper< XEnumeration >
{ {
public: public:
explicit TimeContainerEnumeration( const ChildList_t &rChildren ); explicit TimeContainerEnumeration( const ChildList_t &rChildren );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment