diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-12-15 11:09:14 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-12-15 16:57:02 +0000 |
commit | 1e3b7b9ca960e3cfec626bb4b155a791487f810c (patch) | |
tree | 39d6344e4ab68f6b8bdbb9e4710fbae8a1caeccc | |
parent | f26248a3ed8a089f15520d200a246ca6d5f3c50c (diff) |
Fix typo
Change-Id: I5858e828b50972bc31848a9a1d9e76705ffa785c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144214
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sw/source/core/layout/calcmove.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |