summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-11 22:45:57 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-13 10:10:36 +0200
commitc9d7b9fdc47b9321e0d876863a6ab4ef6052803a (patch)
treeb99eb4e5dbea3a27d2c6879ef972654cbad6a405 /extensions
parentce2e9796f1749554c61ead6c9e1709270955eba5 (diff)
warning C4628: digraphs not supported with -Ze...
...Character sequence '<:' not interpreted as alternate token for '[' Change-Id: If5024a7e3ede9b416f391583a2d3959620f2437c
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/plugin/base/multiplx.cxx2
1 files changed, 1 insertions, 1 deletions
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<InterfaceName>::get()); \
+pCont = aListenerHolder.getContainer( cppu::UnoType< InterfaceName >::get()); \
if( pCont ) \
{ \
::cppu::OInterfaceIteratorHelper aIt( *pCont ); \