tdf#88206 replace cppu::WeakImplHelper* in cppuhelper

Change-Id: I3130a3fe28c00bd83cade9667a6e3b3abcb719f7
Reviewed-on: https://gerrit.libreoffice.org/31714
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Jochen Nitschke
2016-12-07 08:59:42 +01:00
committed by Noel Grandin
parent 81f7824a98
commit 61b00192cd
12 changed files with 51 additions and 52 deletions

View File

@@ -24,7 +24,7 @@
#include <uno/mapping.hxx>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/compbase2.hxx>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/component_context.hxx>
#include <cppuhelper/supportsservice.hxx>
@@ -112,7 +112,7 @@ inline Sequence< OUString > const & s_get_service_names()
return theImplNames::get().getNames();
}
typedef ::cppu::WeakComponentImplHelper2<
typedef cppu::WeakComponentImplHelper<
util::XMacroExpander, lang::XServiceInfo > t_uno_impl;
struct mutex_holder