sw/source/core/layout/tabfrm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b4422a065959dced98dda109697ed1c322246d24 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri May 19 11:23:19 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Fri May 19 13:44:06 2023 +0200 Fix typo Change-Id: I27c03c0312331b7f1050f5edb28fc5e658240b41 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151997 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx index bcc46c521b85..10d755d9bbf1 100644 --- a/sw/source/core/layout/tabfrm.cxx +++ b/sw/source/core/layout/tabfrm.cxx @@ -2269,7 +2269,7 @@ void SwTabFrame::MakeAll(vcl::RenderContext* pRenderContext) SwTwips nTest = GetUpper()->Grow(LONG_MAX, /*bTst=*/true); if (nTest >= aRectFnSet.GetHeight(GetFollow()->getFrameArea())) { - // We have space to to join at least one follow tab frame. + // We have space to join at least one follow tab frame. SwTwips nRequest = 0; for (SwTabFrame* pFollow = GetFollow(); pFollow; pFollow = pFollow->GetFollow()) {
