Kaydet (Commit) 6c8f09bb authored tarafından Michael Stahl's avatar Michael Stahl

sw_redlinehide_3: fix typo bug in SwCursorShell::GetSelText()

Change-Id: Ieee07d149d045b7953ea8d5489f2fb6aed13e5e4
üst fe3d8cd6
...@@ -2428,7 +2428,7 @@ OUString SwCursorShell::GetSelText() const ...@@ -2428,7 +2428,7 @@ OUString SwCursorShell::GetSelText() const
: 0); : 0);
sal_Int32 const nEnd(i == pEnd->nNode.GetIndex() sal_Int32 const nEnd(i == pEnd->nNode.GetIndex()
? pEnd->nContent.GetIndex() ? pEnd->nContent.GetIndex()
: pEnd->nNode.GetNode().GetTextNode()->Len()); : rNode.GetTextNode()->Len());
buf.append(rNode.GetTextNode()->GetExpandText( buf.append(rNode.GetTextNode()->GetExpandText(
nStart, nEnd - nStart, false, false, false, nStart, nEnd - nStart, false, false, false,
ExpandMode::HideDeletions)); ExpandMode::HideDeletions));
......
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