summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2017-03-27 21:10:19 +0200
committerMichael Stahl <mstahl@redhat.com>2017-03-28 20:49:37 +0000
commit1a2e07d52cccc4f4d3019939451f9187a776f244 (patch)
tree591086b98f4e65223a1037d25560662dfa7de5b0 /sw
parent837bf336cbcc7ddb4b07146cc7f654d5ea013cb1 (diff)
typo: Didn't found -> Didn't find
Change-Id: Idbaca4fe90cb943124cded56d8b031a66e488c1b Reviewed-on: https://gerrit.libreoffice.org/35776 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/table/swnewtable.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}