From 7f4e0d6aa29da640408cf4cc84b2fc1a0c11f8ba Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sat, 22 Aug 2015 17:06:40 +0900 Subject: oox: tdf#88206 replace cppu::WeakImplHelper* etc. with the variadic variants. Change-Id: I8a82df7ea24874d8e246dc983418d872f1943c8e Reviewed-on: https://gerrit.libreoffice.org/17919 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- oox/source/export/ColorPropertySet.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oox/source/export/ColorPropertySet.hxx') diff --git a/oox/source/export/ColorPropertySet.hxx b/oox/source/export/ColorPropertySet.hxx index 0463163133d9..522a0e045511 100644 --- a/oox/source/export/ColorPropertySet.hxx +++ b/oox/source/export/ColorPropertySet.hxx @@ -22,7 +22,7 @@ // FIXME? this file is identical to xmloff/source/chart/ColorPropertySet.hxx -#include +#include #include #include @@ -32,7 +32,7 @@ namespace oox namespace drawingml { -class ColorPropertySet : public ::cppu::WeakImplHelper2< +class ColorPropertySet : public ::cppu::WeakImplHelper< ::com::sun::star::beans::XPropertySet, ::com::sun::star::beans::XPropertyState > { -- cgit