sw/qa/core/layout/tabfrm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 192c581395e2db07829ff9ba1ed79d5492dcbbce
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Dec 5 13:08:37 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Dec 5 14:14:13 2023 +0100

    Fix typo
    
    Change-Id: I5f000f53f4dfec62a6d5a332361c380dc142d2bc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160342
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/qa/core/layout/tabfrm.cxx b/sw/qa/core/layout/tabfrm.cxx
index 091b78cd2478..9357fc2df133 100644
--- a/sw/qa/core/layout/tabfrm.cxx
+++ b/sw/qa/core/layout/tabfrm.cxx
@@ -187,7 +187,7 @@ CPPUNIT_TEST_FIXTURE(Test, testSplitFlyWrappedByTable)
     CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(1), rPageObjs.size());
     auto pFly = rPageObjs[0]->DynCastFlyFrame()->DynCastFlyAtContentFrame();
     CPPUNIT_ASSERT(pFly);
-    // Get the bottom of of the floating table, ignoring margins:
+    // Get the bottom of the floating table, ignoring margins:
     SwTwips nFloatingBottom = pFly->getFrameArea().Top() + 
pFly->getFramePrintArea().Height();
     SwFrame* pBody = pPage->FindBodyCont();
     auto pTab = pBody->GetLower()->GetNext()->DynCastTabFrame();

Reply via email to