[Libreoffice-commits] core.git: sw/source

Andras Timar andras.timar at collabora.com
Tue Mar 28 20:49:58 UTC 2017


 sw/source/core/table/swnewtable.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a2e07d52cccc4f4d3019939451f9187a776f244
Author: Andras Timar <andras.timar at collabora.com>
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 <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

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;
 }
 


More information about the Libreoffice-commits mailing list