sw/source/core/txtnode/ndtxt.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 6a6a68738114a796e36047f41797da0cacf6dc54 Author: Michael Stahl <michael.st...@cib.de> AuthorDate: Thu Dec 20 15:00:41 2018 +0100 Commit: Michael Stahl <michael.st...@cib.de> CommitDate: Fri Dec 21 22:15:17 2018 +0100 sw_redlinehide: SwTextNode::GetExpandText() HideDeletions Always enable this when the layout hides redlines (not sure why it wasn't done like this before...). Change-Id: Icddf8a23352565c0091a79eb64628054d0028928 Reviewed-on: https://gerrit.libreoffice.org/65526 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@cib.de> diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx index 7c2f143a080f..3b15a3318180 100644 --- a/sw/source/core/txtnode/ndtxt.cxx +++ b/sw/source/core/txtnode/ndtxt.cxx @@ -3399,6 +3399,10 @@ OUString SwTextNode::GetExpandText(SwRootFrame const*const pLayout, { ExpandMode eMode = ExpandMode::ExpandFields | eAdditionalMode; + if (pLayout && pLayout->IsHideRedlines()) + { + eMode |= ExpandMode::HideDeletions; + } ModelToViewHelper aConversionMap(*this, pLayout, eMode); const OUString aExpandText = aConversionMap.getViewText(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits