sw/source/core/layout/tabfrm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 81cbe4a2cb19dd2b552d83772075267cc64c3f01 Author: Justin Luth <justin.l...@collabora.com> AuthorDate: Fri Mar 7 09:38:34 2025 -0500 Commit: Justin Luth <justin.l...@collabora.com> CommitDate: Fri Mar 7 19:55:23 2025 +0100 typo: off -> of Change-Id: I9edfe99f2a96e1d92c663cc894800e649f224284 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182628 Reviewed-by: Justin Luth <jl...@mail.com> Tested-by: Jenkins diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx index 6582879955b5..ea350cba06d3 100644 --- a/sw/source/core/layout/tabfrm.cxx +++ b/sw/source/core/layout/tabfrm.cxx @@ -5055,7 +5055,7 @@ static SwTwips lcl_CalcMinRowHeight( const SwRowFrame* _pRow, return nHeight; } -// Calculate the maximum border-line thickness (CalcLineWidth) off all the cells in the row +// Calculate the maximum border-line thickness (CalcLineWidth) of all the cells in the row static sal_uInt16 lcl_GetLineWidth(const SwRowFrame& rRow, const SvxBoxItemLine& rLine) { sal_uInt16 nBorderThickness = 0;