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

New commits:
commit c276b859c56a173daeb3070a0b3a8cbbffa1822d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jun 19 11:46:28 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Jun 19 20:48:48 2023 +0200

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

diff --git a/sw/source/core/text/frmform.cxx b/sw/source/core/text/frmform.cxx
index c90a12a2d011..ad0412a257ca 100644
--- a/sw/source/core/text/frmform.cxx
+++ b/sw/source/core/text/frmform.cxx
@@ -367,7 +367,7 @@ void SwTextFrame::MakePos()
             SwPageFrame* pPageFrame = pFly->FindPageFrame();
             if (pPageFrame && pFly->getFrameArea().Pos() == 
pPageFrame->getFrameArea().Pos())
             {
-                // The position was just adjusted to be be inside the page 
frame, so not really
+                // The position was just adjusted to be inside the page frame, 
so not really
                 // positioned, unlock the position once to allow a recalc.
                 pFly->UnlockPosition();
             }

Reply via email to