From c9d7b9fdc47b9321e0d876863a6ab4ef6052803a Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 11 Aug 2014 22:45:57 +0200 Subject: warning C4628: digraphs not supported with -Ze... ...Character sequence '<:' not interpreted as alternate token for '[' Change-Id: If5024a7e3ede9b416f391583a2d3959620f2437c --- extensions/source/plugin/base/multiplx.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source/plugin') diff --git a/extensions/source/plugin/base/multiplx.cxx b/extensions/source/plugin/base/multiplx.cxx index c810e4c084f2..1411ead3d3c6 100644 --- a/extensions/source/plugin/base/multiplx.cxx +++ b/extensions/source/plugin/base/multiplx.cxx @@ -172,7 +172,7 @@ void MRCListenerMultiplexerHelper::disposing(const ::com::sun::star::lang::Event #define MULTIPLEX( InterfaceName, MethodName, EventName ) \ ::cppu::OInterfaceContainerHelper * pCont; \ -pCont = aListenerHolder.getContainer( cppu::UnoType::get()); \ +pCont = aListenerHolder.getContainer( cppu::UnoType< InterfaceName >::get()); \ if( pCont ) \ { \ ::cppu::OInterfaceIteratorHelper aIt( *pCont ); \ -- cgit