sw/source/core/table/swnewtable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1a2e07d52cccc4f4d3019939451f9187a776f244 Author: Andras Timar <[email protected]> Date: Mon Mar 27 21:10:19 2017 +0200 typo: Didn't found -> Didn't find Change-Id: Idbaca4fe90cb943124cded56d8b031a66e488c1b Reviewed-on: https://gerrit.libreoffice.org/35776 Tested-by: Jenkins <[email protected]> Reviewed-by: Michael Stahl <[email protected]> diff --git a/sw/source/core/table/swnewtable.cxx b/sw/source/core/table/swnewtable.cxx index fd80d69f5fd6..71cb71dc4217 100644 --- a/sw/source/core/table/swnewtable.cxx +++ b/sw/source/core/table/swnewtable.cxx @@ -217,7 +217,7 @@ static SwTableBox* lcl_LeftBorder2Box( long nLeft, const SwTableLine* pLine ) } nCurrLeft += pBox->GetFrameFormat()->GetFrameSize().GetWidth(); } - OSL_FAIL( "Didn't found wished box" ); + OSL_FAIL( "Didn't find wished box" ); return nullptr; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
