sw/source/core/docnode/section.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 49b373a983328cf09ba13f218d5f5aac51c463e9 Author: Samuel Mehrbrodt <[email protected]> Date: Wed Sep 27 11:54:50 2017 +0200 Translate German comment to English Change-Id: Ia7970d9318c0e9f738d7cdf646de2dd38f869a3c Reviewed-on: https://gerrit.libreoffice.org/42847 Reviewed-by: Samuel Mehrbrodt <[email protected]> Tested-by: Samuel Mehrbrodt <[email protected]> diff --git a/sw/source/core/docnode/section.cxx b/sw/source/core/docnode/section.cxx index 43292450c704..5a59b878dee1 100644 --- a/sw/source/core/docnode/section.cxx +++ b/sw/source/core/docnode/section.cxx @@ -877,7 +877,7 @@ static bool lcl_SectionCmpPos( const SwSection *pFirst, const SwSection *pSecond OSL_ENSURE( pFSectFormat && pSSectFormat && pFSectFormat->GetContent(false).GetContentIdx() && pSSectFormat->GetContent(false).GetContentIdx(), - "ungueltige Sections" ); + "Invalid sections" ); return pFSectFormat->GetContent(false).GetContentIdx()->GetIndex() < pSSectFormat->GetContent(false).GetContentIdx()->GetIndex(); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
