diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-09-13 19:21:46 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-09-19 10:18:32 +0200 |
commit | 29c8641fb20c27a3a9aafb94654b4a9afaaa578b (patch) | |
tree | 799a9022ae903decf9413da43b1e614f49d90c05 /sw/source/ui/dbui | |
parent | 292fe0cdea073eb23b4ddb52df37dd8b2ae309bc (diff) |
sw_redlinehide_2: rename SwCursorShell::GetText()
It's really not obvious *what* you can get here.
Change-Id: I1f14b851a127847206f8eb5fd2da778d0acece9b
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r-- | sw/source/ui/dbui/mmlayoutpage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/mmlayoutpage.cxx b/sw/source/ui/dbui/mmlayoutpage.cxx index a67325a730ec..9d5007bbb288 100644 --- a/sw/source/ui/dbui/mmlayoutpage.cxx +++ b/sw/source/ui/dbui/mmlayoutpage.cxx @@ -453,7 +453,7 @@ void SwMailMergeLayoutPage::InsertGreeting(SwWrtShell& rShell, SwMailMergeConfig //we may end up inside of a paragraph if the left margin is not at DEFAULT_LEFT_DISTANCE rShell.MovePara(GoCurrPara, fnParaStart); } - bool bSplitNode = !rShell.GetText().isEmpty(); + bool bSplitNode = !rShell.GetTextUntilEndOfNode().isEmpty(); sal_Int32 nMoves = rConfigItem.GetGreetingMoves(); if( !bExample && 0 != nMoves ) { |