From 4a96a481a71ac60985529bc78c49cb5f30cff82a Mon Sep 17 00:00:00 2001 From: Nicolas Christener Date: Mon, 13 Feb 2012 11:37:28 +0100 Subject: translate german comments --- sw/source/core/layout/laycache.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sw') diff --git a/sw/source/core/layout/laycache.cxx b/sw/source/core/layout/laycache.cxx index d5f041d4fef2..f6353d26e91b 100644 --- a/sw/source/core/layout/laycache.cxx +++ b/sw/source/core/layout/laycache.cxx @@ -658,18 +658,18 @@ sal_Bool SwLayHelper::CheckInsertPage() bNextPageOdd, bInsertEmpty, sal_False, rpPage->GetNext() ); if ( bEnd ) { - OSL_ENSURE( rpPage->GetNext(), "Keine neue Seite?" ); + OSL_ENSURE( rpPage->GetNext(), "No new page?" ); do { rpPage = (SwPageFrm*)rpPage->GetNext(); } while ( rpPage->GetNext() ); } else { - OSL_ENSURE( rpPage->GetNext(), "Keine neue Seite?" ); + OSL_ENSURE( rpPage->GetNext(), "No new page?" ); rpPage = (SwPageFrm*)rpPage->GetNext(); if ( rpPage->IsEmptyPage() ) { - OSL_ENSURE( rpPage->GetNext(), "Keine neue Seite?" ); + OSL_ENSURE( rpPage->GetNext(), "No new page?" ); rpPage = (SwPageFrm*)rpPage->GetNext(); } } @@ -951,8 +951,8 @@ sal_Bool SwLayHelper::CheckInsert( sal_uLong nNodeIndex ) if ( rpActualSection ) { - //Hatte der SectionFrm ueberhaupt Inhalt? Wenn - //nicht kann er gleich umgehaengt werden. + //Did the SectionFrm even have a content? If not, we can + //directly put it somewhere else SwSectionFrm *pSct; bool bInit = false; if ( !rpActualSection->GetSectionFrm()->ContainsCntnt()) @@ -972,7 +972,7 @@ sal_Bool SwLayHelper::CheckInsert( sal_uLong nNodeIndex ) if( bInit ) pSct->Init(); pSct->Frm().Pos() = rpLay->Frm().Pos(); - pSct->Frm().Pos().Y() += 1; //wg. Benachrichtigungen. + pSct->Frm().Pos().Y() += 1; //because of the notifications rpLay = pSct; if ( rpLay->Lower() && rpLay->Lower()->IsLayoutFrm() ) -- cgit