summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-12 20:19:40 +1100
committerMichael Stahl <mstahl@redhat.com>2016-01-12 14:26:14 +0000
commit9d310b03e1ae6729144e149c0b25f94a54db7c33 (patch)
tree507aaed5902480f41129b1770371350713819038
parent1de4bd9088bf9311e41bbe3eef098ba79504c071 (diff)
tdf#39468 translate OSL_ENSURE German text
Change-Id: I41d66f7b19217d0ba7780c1a999bc1289a6d3234 Reviewed-on: https://gerrit.libreoffice.org/21387 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--sw/source/core/text/txtfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/txtfrm.cxx b/sw/source/core/text/txtfrm.cxx
index 8e13867f67e7..0cc84d984de5 100644
--- a/sw/source/core/text/txtfrm.cxx
+++ b/sw/source/core/text/txtfrm.cxx
@@ -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.
// Which had flowed to the next page to be together with the footnote (this is
// 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();
if( IsFollow() && GetOfst() == nPos ) // If we don't have a mass of text, we call our
FindMaster()->Prepare( PREP_FTN_GONE ); // Master's Prepare