summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/sectfrm.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 17:06:02 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 16:13:45 +0000
commit402aa305b7e37c3d3e1432613f59c905933a97cd (patch)
treec3756a82a1219255b071adb223809f12b250a682 /sw/source/core/layout/sectfrm.cxx
parent370c65e709eb074c9982c56a2400cf945641ffaf (diff)
Fix typos
Change-Id: Ia87318cb323d403cdff947da0b70e0d2aabaacd4 Reviewed-on: https://gerrit.libreoffice.org/35657 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/layout/sectfrm.cxx')
-rw-r--r--sw/source/core/layout/sectfrm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/layout/sectfrm.cxx b/sw/source/core/layout/sectfrm.cxx
index 0662ee6c0664..ba310aac4aa7 100644
--- a/sw/source/core/layout/sectfrm.cxx
+++ b/sw/source/core/layout/sectfrm.cxx
@@ -638,7 +638,7 @@ void SwSectionFrame::MoveContentAndDelete( SwSectionFrame* pDel, bool bSave )
if( pParent )
{ // Search for the appropriate insert position
if( pNxtSct && pNxtSct->GetFormat() == pParent )
- { // Here we can insert outselves at the beginning
+ { // Here we can insert ourselves at the beginning
pUp = FirstLeaf( pNxtSct );
pPrv = nullptr;
if( pPrvSct && !( pPrvSct->GetFormat() == pParent ) )
@@ -2184,7 +2184,7 @@ SwFrame* SwFrame::GetIndNext_()
return pSct->GetIndNext();
if( pSct->IsColBodyFrame() && (pSct = pSct->GetUpper()->GetUpper())->IsSctFrame() )
{ // We can only return the successor of the SectionFrames if there is no
- // content in the successing columns
+ // content in the successive columns
SwFrame* pCol = GetUpper()->GetUpper()->GetNext();
while( pCol )
{