From 15c0fba5c2adb72dfaaf2dfeb0fc5c0dbdfa6e26 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 1 Jul 2015 16:35:04 +0900 Subject: tdf#88206: replace cppu::WeakImplHelper1 with cppu::WeakImplHelper in animations. Change-Id: I7d776ddb81e0943bf2ea5895ea26631db76546ac Reviewed-on: https://gerrit.libreoffice.org/16645 Tested-by: Jenkins Reviewed-by: Noel Grandin --- animations/source/animcore/animcore.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'animations/source') diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx index cd67ed06eb42..2d23c2b45136 100644 --- a/animations/source/animcore/animcore.cxx +++ b/animations/source/animcore/animcore.cxx @@ -51,7 +51,7 @@ #include #include -#include +#include #include #include @@ -351,7 +351,7 @@ private: -class TimeContainerEnumeration : public ::cppu::WeakImplHelper1< XEnumeration > +class TimeContainerEnumeration : public ::cppu::WeakImplHelper< XEnumeration > { public: explicit TimeContainerEnumeration( const ChildList_t &rChildren ); -- cgit