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 --- include/oox/vml/vmlinputstream.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/oox/vml') diff --git a/include/oox/vml/vmlinputstream.hxx b/include/oox/vml/vmlinputstream.hxx index 3f7efe086da3..fa1ff1d2338b 100644 --- a/include/oox/vml/vmlinputstream.hxx +++ b/include/oox/vml/vmlinputstream.hxx @@ -21,7 +21,7 @@ #define INCLUDED_OOX_VML_VMLINPUTSTREAM_HXX #include -#include +#include #include namespace com { namespace sun { namespace star { @@ -51,7 +51,7 @@ namespace vml { 3) Line breaks represented by a single
element (without matching
element) are replaced by a literal LF character. */ -class InputStream : public ::cppu::WeakImplHelper1< ::com::sun::star::io::XInputStream > +class InputStream : public ::cppu::WeakImplHelper< ::com::sun::star::io::XInputStream > { public: explicit InputStream( -- cgit