Kaydet (Commit) c9d7b9fd authored tarafından Thomas Arnhold's avatar Thomas Arnhold

warning C4628: digraphs not supported with -Ze...

...Character sequence '<:' not interpreted as alternate token for '['

Change-Id: If5024a7e3ede9b416f391583a2d3959620f2437c
üst ce2e9796
......@@ -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<InterfaceName>::get()); \
pCont = aListenerHolder.getContainer( cppu::UnoType< InterfaceName >::get()); \
if( pCont ) \
{ \
::cppu::OInterfaceIteratorHelper aIt( *pCont ); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment