From a238c829b209d0708714aa753fb686525411825f Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Tue, 6 Dec 2016 14:56:26 +0100 Subject: tdf#88206 replace cppu::WeakImplHelper* in unotools [needs 288386f6986622461f28276ff7ff3e7172143159 "Another 'Do not export whole class to avoid MS C++ implicitly exporting...'" to build with MSVC] Change-Id: I8de7c4a1947ce91f9a629536e481c012e7c5c7ec Reviewed-on: https://gerrit.libreoffice.org/31679 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- include/unotools/accessiblerelationsethelper.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/unotools/accessiblerelationsethelper.hxx') diff --git a/include/unotools/accessiblerelationsethelper.hxx b/include/unotools/accessiblerelationsethelper.hxx index a96550f18bed..7f67eb8b2235 100644 --- a/include/unotools/accessiblerelationsethelper.hxx +++ b/include/unotools/accessiblerelationsethelper.hxx @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include @@ -45,7 +45,7 @@ namespace utl AccessibleRelationSet service. */ class UNOTOOLS_DLLPUBLIC AccessibleRelationSetHelper - : public cppu::WeakImplHelper1< css::accessibility::XAccessibleRelationSet > + : public cppu::WeakImplHelper< css::accessibility::XAccessibleRelationSet > { public: //===== internal ======================================================== -- cgit