summaryrefslogtreecommitdiff
path: root/avmedia/source/macavf/framegrabber.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-07-01 17:07:31 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-07-06 07:35:17 +0000
commit623c2b92b90ffce8ece14cbbd2da7067e2759e99 (patch)
treee79297e6d2dd486e67e2720c3a63d30fe6f7d7ed /avmedia/source/macavf/framegrabber.hxx
parentc73e3bb925a2c08c9aea0e8e7a7e3502b68c044e (diff)
tdf#88206 Change uses of cppu::WeakImplHelper* etc.
to the variadic variants, in avmedia. Change-Id: I7fe65771ea5e0d30c7906d0d33acdcbe9e8aa3ff Reviewed-on: https://gerrit.libreoffice.org/16647 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'avmedia/source/macavf/framegrabber.hxx')
-rw-r--r--avmedia/source/macavf/framegrabber.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/avmedia/source/macavf/framegrabber.hxx b/avmedia/source/macavf/framegrabber.hxx
index 51792fcf2cbf..37ed31a7beb0 100644
--- a/avmedia/source/macavf/framegrabber.hxx
+++ b/avmedia/source/macavf/framegrabber.hxx
@@ -21,6 +21,7 @@
#define INCLUDED_AVMEDIA_SOURCE_MACAVF_FRAMEGRABBER_HXX
#include "macavfcommon.hxx"
+#include <cppuhelper/implbase.hxx>
#include "com/sun/star/media/XFrameGrabber.hdl"
@@ -30,8 +31,8 @@ namespace avmedia { namespace macavf {
// - FrameGrabber -
// ----------------
-class FrameGrabber : public ::cppu::WeakImplHelper2 < ::com::sun::star::media::XFrameGrabber,
- ::com::sun::star::lang::XServiceInfo >
+class FrameGrabber : public ::cppu::WeakImplHelper< ::com::sun::star::media::XFrameGrabber,
+ ::com::sun::star::lang::XServiceInfo >
{
public: