diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-12-06 14:56:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-08 10:30:36 +0000 |
commit | a238c829b209d0708714aa753fb686525411825f (patch) | |
tree | bdac6e14c37e8afea0811d06e9cf67b508c84a8b /include/unotools/accessiblestatesethelper.hxx | |
parent | 828e77009b5a7f3925cec37f0297208f7d38376f (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/unotools/accessiblestatesethelper.hxx')
-rw-r--r-- | include/unotools/accessiblestatesethelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/accessiblestatesethelper.hxx b/include/unotools/accessiblestatesethelper.hxx index b59429577f41..7916b74490d6 100644 --- a/include/unotools/accessiblestatesethelper.hxx +++ b/include/unotools/accessiblestatesethelper.hxx @@ -27,7 +27,7 @@ #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XServiceName.hpp> #include <osl/mutex.hxx> -#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase.hxx> #include <comphelper/servicehelper.hxx> #include <memory> @@ -44,7 +44,7 @@ namespace utl <code>AccessibleStateSet</code> service. */ class UNOTOOLS_DLLPUBLIC AccessibleStateSetHelper - : public cppu::WeakImplHelper1< css::accessibility::XAccessibleStateSet > + : public cppu::WeakImplHelper< css::accessibility::XAccessibleStateSet > { public: //===== internal ======================================================== |