diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-10-17 13:42:44 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-11-15 15:10:00 +0100 |
commit | f34480a58c461bced9b2f0a2ba31ae3e808c081c (patch) | |
tree | 8f1c55a061d38913f4fa50f9cd8755cc70604453 /sw/source/ui/misc/titlepage.cxx | |
parent | 3af84bfe63f3898ad6e3e23b94f084c264f1113b (diff) |
sw: rename the misleading SwWrtShell::SttDoc/EndDoc
... to StartOfSection/EndOfSection, which corresponds more closely to
where they actually move the cursor, in SwNodes::GoStartOfSection.
SwCursorShell::SttEndDoc does what one would expect from these.
Change-Id: I5005e3ebf230c903a4e63dcdda93892a8658e096
Diffstat (limited to 'sw/source/ui/misc/titlepage.cxx')
-rw-r--r-- | sw/source/ui/misc/titlepage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/misc/titlepage.cxx b/sw/source/ui/misc/titlepage.cxx index 0fbb74ad874f..5ae2c30ed62b 100644 --- a/sw/source/ui/misc/titlepage.cxx +++ b/sw/source/ui/misc/titlepage.cxx @@ -181,7 +181,7 @@ SwTitlePageDlg::SwTitlePageDlg(weld::Window *pParent) mpIndexDesc = mpSh->GetPageDescFromPool(RES_POOLPAGE_REGISTER); mpNormalDesc = mpSh->GetPageDescFromPool(RES_POOLPAGE_STANDARD); - mpSh->SttDoc(); + mpSh->StartOfSection(); if (lcl_GetPageDesc( mpSh, nSetPage, &mpPageFormatDesc )) { if (mpPageFormatDesc->GetPageDesc() == mpTitleDesc) |