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:
committed by
Noel Grandin
parent
81f7824a98
commit
61b00192cd
@@ -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
|
||||
|
Reference in New Issue
Block a user