summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-29 21:46:45 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-29 21:46:45 +0100
commitc5e32fd8f25a83c63717c6a284ecf860054e9389 (patch)
tree9fe1f2e058e5e1e5fe1bd05dd2fda4512c31a632 /sw
parent1e3cbdf9d44f4a72d06fc2a3f44613d28248a202 (diff)
MSWordExportBase: Value stored to 'bPostponeWritingText' is never read
Change-Id: I8289d728dd60f2fd127c01956990a01250d4e773
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 7203ef509ac4..30fe1bad735d 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();
}