summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/html/htmlsect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlsect.cxx')
-rw-r--r--sw/source/filter/html/htmlsect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmlsect.cxx b/sw/source/filter/html/htmlsect.cxx
index f6a55669e4c6..436508a5e377 100644
--- a/sw/source/filter/html/htmlsect.cxx
+++ b/sw/source/filter/html/htmlsect.cxx
@@ -337,7 +337,7 @@ void SwHTMLParser::NewDivision( HtmlTokenId nToken )
}
SwTextNode* pOldTextNd =
- (bAppended) ? nullptr : m_pPam->GetPoint()->nNode.GetNode().GetTextNode();
+ bAppended ? nullptr : m_pPam->GetPoint()->nNode.GetNode().GetTextNode();
m_pPam->Move( fnMoveBackward );
@@ -724,7 +724,7 @@ void SwHTMLParser::NewMultiCol( sal_uInt16 columnsFromCss )
}
SwTextNode* pOldTextNd =
- (bAppended) ? nullptr : m_pPam->GetPoint()->nNode.GetNode().GetTextNode();
+ bAppended ? nullptr : m_pPam->GetPoint()->nNode.GetNode().GetTextNode();
m_pPam->Move( fnMoveBackward );