[Libreoffice-commits] core.git: sw/source

Miklos Vajna vmiklos at collabora.co.uk
Mon Dec 29 12:54:29 PST 2014


 sw/source/filter/ww8/wrtw8nds.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit c5e32fd8f25a83c63717c6a284ecf860054e9389
Author: Miklos Vajna <vmiklos at 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();
         }


More information about the Libreoffice-commits mailing list