summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8/wrtw8nds.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-19 10:03:31 +0200
committerNoel Grandin <noel@peralex.com>2015-10-19 10:03:31 +0200
commit6be5ed60e1823d909511c6af48e6bdc2817cce7c (patch)
treea9260ac22e8e366b77803afd3c4b767a2be3a796 /sw/source/filter/ww8/wrtw8nds.cxx
parentfix cppcheck:nullPointerRedundantCheck commit (diff)
downloadcore-6be5ed60e1823d909511c6af48e6bdc2817cce7c.tar.gz
core-6be5ed60e1823d909511c6af48e6bdc2817cce7c.zip
cppcheck:nullPointerRedundantCheck
second time lucky Change-Id: I1ff8c750f5845180a0bcd23ac5017e8cd0331409
Diffstat (limited to 'sw/source/filter/ww8/wrtw8nds.cxx')
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index f3da84285504..66dfe4feb721 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -3068,8 +3068,7 @@ void MSWordExportBase::OutputContentNode( const SwContentNode& rNode )
case ND_TEXTNODE:
{
const SwTextNode& rTextNode = *rNode.GetTextNode();
- if( !m_bOutOutlineOnly || rTextNode.IsOutline() )
- OutputTextNode( rTextNode );
+ OutputTextNode( rTextNode );
}
break;
case ND_GRFNODE: