Kaydet (Commit) 49b373a9 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

Translate German comment to English

Change-Id: Ia7970d9318c0e9f738d7cdf646de2dd38f869a3c
Reviewed-on: https://gerrit.libreoffice.org/42847Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 4cc7ebcc
...@@ -877,7 +877,7 @@ static bool lcl_SectionCmpPos( const SwSection *pFirst, const SwSection *pSecond ...@@ -877,7 +877,7 @@ static bool lcl_SectionCmpPos( const SwSection *pFirst, const SwSection *pSecond
OSL_ENSURE( pFSectFormat && pSSectFormat && OSL_ENSURE( pFSectFormat && pSSectFormat &&
pFSectFormat->GetContent(false).GetContentIdx() && pFSectFormat->GetContent(false).GetContentIdx() &&
pSSectFormat->GetContent(false).GetContentIdx(), pSSectFormat->GetContent(false).GetContentIdx(),
"ungueltige Sections" ); "Invalid sections" );
return pFSectFormat->GetContent(false).GetContentIdx()->GetIndex() < return pFSectFormat->GetContent(false).GetContentIdx()->GetIndex() <
pSSectFormat->GetContent(false).GetContentIdx()->GetIndex(); pSSectFormat->GetContent(false).GetContentIdx()->GetIndex();
} }
......
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