Kaydet (Commit) c5e32fd8 authored tarafından Miklos Vajna's avatar Miklos Vajna

MSWordExportBase: Value stored to 'bPostponeWritingText' is never read

Change-Id: I8289d728dd60f2fd127c01956990a01250d4e773
üst 1e3cbdf9
...@@ -2359,7 +2359,6 @@ void MSWordExportBase::OutputTextNode( const SwTxtNode& rNode ) ...@@ -2359,7 +2359,6 @@ void MSWordExportBase::OutputTextNode( const SwTxtNode& rNode )
{ {
AttrOutput().EndRun(); AttrOutput().EndRun();
//write the postponed text run //write the postponed text run
bPostponeWritingText = false ;
AttrOutput().StartRun( pRedlineData, bSingleEmptyRun ); AttrOutput().StartRun( pRedlineData, bSingleEmptyRun );
AttrOutput().SetAnchorIsLinkedToNode( false ); AttrOutput().SetAnchorIsLinkedToNode( false );
AttrOutput().ResetFlyProcessingFlag(); AttrOutput().ResetFlyProcessingFlag();
...@@ -2375,7 +2374,6 @@ void MSWordExportBase::OutputTextNode( const SwTxtNode& rNode ) ...@@ -2375,7 +2374,6 @@ void MSWordExportBase::OutputTextNode( const SwTxtNode& rNode )
else if( bPostponeWritingText && !aSavedSnippet.isEmpty() ) else if( bPostponeWritingText && !aSavedSnippet.isEmpty() )
{ {
//write the postponed text run //write the postponed text run
bPostponeWritingText = false ;
AttrOutput().RunText( aSavedSnippet, eChrSet ); AttrOutput().RunText( aSavedSnippet, eChrSet );
AttrOutput().EndRun(); AttrOutput().EndRun();
} }
......
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