Kaydet (Commit) 1c3ce40d authored tarafından Philipp Weissenbacher's avatar Philipp Weissenbacher Kaydeden (comit) Markus Mohrhard

Translate German comments and fix a few missed one

Change-Id: Ieb5798a98453d0a6b0e368f7444150c758a9c7ac
Reviewed-on: https://gerrit.libreoffice.org/7753Tested-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 4ca5536f
...@@ -1473,7 +1473,7 @@ sal_Bool ScDocShell::ConvertFrom( SfxMedium& rMedium ) ...@@ -1473,7 +1473,7 @@ sal_Bool ScDocShell::ConvertFrom( SfxMedium& rMedium )
aMark.SetMarkArea( aColWidthRange ); aMark.SetMarkArea( aColWidthRange );
aMark.MarkToMulti(); aMark.MarkToMulti();
// Order is important: First width, then height (cf. WHAT?! hund.rtf) // Order is important: First width, then height
if ( bSetColWidths ) if ( bSetColWidths )
{ {
for ( SCCOL nCol=0; nCol <= nEndCol; nCol++ ) for ( SCCOL nCol=0; nCol <= nEndCol; nCol++ )
......
...@@ -1071,8 +1071,7 @@ SwLayoutFrm *SwFrm::GetNextLeaf( MakePageType eMakePage ) ...@@ -1071,8 +1071,7 @@ SwLayoutFrm *SwFrm::GetNextLeaf( MakePageType eMakePage )
|* |*
|* SwFrm::GetPrevLeaf() |* SwFrm::GetPrevLeaf()
|* |*
|* Beschreibung Returns the previous layout leaf where we can move |* Returns the previous layout leaf where we can move the frame.
|* the frame.
|* |*
|*************************************************************************/ |*************************************************************************/
...@@ -2540,7 +2539,7 @@ sal_Bool SwFlowFrm::MoveBwd( sal_Bool &rbReformat ) ...@@ -2540,7 +2539,7 @@ sal_Bool SwFlowFrm::MoveBwd( sal_Bool &rbReformat )
PROTOCOL_ENTER( &m_rThis, PROT_MOVE_BWD, 0, 0 ); PROTOCOL_ENTER( &m_rThis, PROT_MOVE_BWD, 0, 0 );
if ( pNewUpper->IsFtnContFrm() ) if ( pNewUpper->IsFtnContFrm() )
{ {
//Kann sein, dass ich einen Container bekam. // I may have gotten a Container
SwFtnFrm *pOld = m_rThis.FindFtnFrm(); SwFtnFrm *pOld = m_rThis.FindFtnFrm();
SwFtnFrm *pNew = new SwFtnFrm( pOld->GetFmt(), pOld, SwFtnFrm *pNew = new SwFtnFrm( pOld->GetFmt(), pOld,
pOld->GetRef(), pOld->GetAttr() ); pOld->GetRef(), pOld->GetAttr() );
......
This diff is collapsed.
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