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

New commits:
commit 1e3b7b9ca960e3cfec626bb4b155a791487f810c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Dec 15 11:09:14 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Dec 15 16:57:02 2022 +0000

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

diff --git a/sw/source/core/layout/calcmove.cxx 
b/sw/source/core/layout/calcmove.cxx
index 184373585928..73a4ced54c99 100644
--- a/sw/source/core/layout/calcmove.cxx
+++ b/sw/source/core/layout/calcmove.cxx
@@ -994,7 +994,7 @@ void SwLayoutFrame::MakeAll(vcl::RenderContext* 
/*pRenderContext*/)
                     const tools::Long nDiff = nPrtWidth - 
(getFrameArea().*fnRect->fnGetWidth)();
                     SwFrameAreaDefinition::FrameAreaWriteAccess aFrm(*this);
                     // SwRectFn switched between horizontal and vertical when 
bVert == IsNeighbourFrame().
-                    // We pick fnSubLeft or fnAddRight that is correspondant 
to SwRectFn->fnAddBottom
+                    // We pick fnSubLeft or fnAddRight that is correspondent 
to SwRectFn->fnAddBottom
                     if( ( IsCellFrame() && IsRightToLeft() ) || ( 
IsColumnFrame() && bVert && !IsVertLR() ) )
                     {
                         (aFrm.*fnRect->fnSubLeft)( nDiff );

Reply via email to