sw/source/filter/ww8/wrtw8nds.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit c5e32fd8f25a83c63717c6a284ecf860054e9389 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Mon Dec 29 21:46:45 2014 +0100 MSWordExportBase: Value stored to 'bPostponeWritingText' is never read Change-Id: I8289d728dd60f2fd127c01956990a01250d4e773 diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx index 7203ef5..30fe1ba 100644 --- a/sw/source/filter/ww8/wrtw8nds.cxx +++ b/sw/source/filter/ww8/wrtw8nds.cxx @@ -2359,7 +2359,6 @@ void MSWordExportBase::OutputTextNode( const SwTxtNode& rNode ) { AttrOutput().EndRun(); //write the postponed text run - bPostponeWritingText = false ; AttrOutput().StartRun( pRedlineData, bSingleEmptyRun ); AttrOutput().SetAnchorIsLinkedToNode( false ); AttrOutput().ResetFlyProcessingFlag(); @@ -2375,7 +2374,6 @@ void MSWordExportBase::OutputTextNode( const SwTxtNode& rNode ) else if( bPostponeWritingText && !aSavedSnippet.isEmpty() ) { //write the postponed text run - bPostponeWritingText = false ; AttrOutput().RunText( aSavedSnippet, eChrSet ); AttrOutput().EndRun(); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits