Kaydet (Commit) 9d310b03 authored tarafından Chris Sherlock's avatar Chris Sherlock Kaydeden (comit) Michael Stahl

tdf#39468 translate OSL_ENSURE German text

Change-Id: I41d66f7b19217d0ba7780c1a999bc1289a6d3234
Reviewed-on: https://gerrit.libreoffice.org/21387Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 1de4bd90
...@@ -1756,7 +1756,7 @@ bool SwTextFrame::Prepare( const PrepareHint ePrep, const void* pVoid, ...@@ -1756,7 +1756,7 @@ bool SwTextFrame::Prepare( const PrepareHint ePrep, const void* pVoid,
// line has to be formatted, so that the first line of the Follow can flow up. // line has to be formatted, so that the first line of the Follow can flow up.
// Which had flowed to the next page to be together with the footnote (this is // Which had flowed to the next page to be together with the footnote (this is
// especially true for areas with columns) // especially true for areas with columns)
OSL_ENSURE( GetFollow(), "PREP_FTN_GONE darf nur vom Follow gerufen werden" ); OSL_ENSURE( GetFollow(), "PREP_FTN_GONE may only be called by Follow" );
sal_Int32 nPos = GetFollow()->GetOfst(); sal_Int32 nPos = GetFollow()->GetOfst();
if( IsFollow() && GetOfst() == nPos ) // If we don't have a mass of text, we call our if( IsFollow() && GetOfst() == nPos ) // If we don't have a mass of text, we call our
FindMaster()->Prepare( PREP_FTN_GONE ); // Master's Prepare FindMaster()->Prepare( PREP_FTN_GONE ); // Master's Prepare
......
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