[Libreoffice-commits] .: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Nov 3 02:27:11 PDT 2012
sw/source/filter/ww8/wrtww8.cxx | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 25515ae603dfcbbc8488f468f3dbb8e81b724518
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Sat Nov 3 10:24:25 2012 +0100
msvc can't handle #if inside macro arguments
Change-Id: I4a4ae336c46dc44afb5259ca5d094a9590d39017
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index d4a6fdb..4f2f6bc 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -3693,11 +3693,9 @@ void MSWordExportBase::OutputStartNode( const SwStartNode & rNode)
void MSWordExportBase::OutputEndNode( const SwEndNode &rNode )
{
- SAL_INFO( "sw.ww8", "<OutWW8_SwEndNode>"
#ifdef DBG_UTIL
- << dbg_out(&rNode)
+ SAL_INFO( "sw.ww8", "<OutWW8_SwEndNode>" << dbg_out(&rNode));
#endif
- );
ww8::WW8TableNodeInfo::Pointer_t pNodeInfo = mpTableInfo->getTableNodeInfo( &rNode );
More information about the Libreoffice-commits
mailing list