sw/source/core/layout/flylay.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 24f65bf5940adb0aa3590443752110119e2bea5e Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun May 26 14:56:05 2024 +0200 Commit: Taichi Haradaguchi <20001...@ymail.ne.jp> CommitDate: Mon May 27 06:17:42 2024 +0200 Fix typo Change-Id: I9e45b3667e2fadbeba46ddab5fdc135743a5d5bd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168046 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp> diff --git a/sw/source/core/layout/flylay.cxx b/sw/source/core/layout/flylay.cxx index 92ad07ba4481..35eb225782f9 100644 --- a/sw/source/core/layout/flylay.cxx +++ b/sw/source/core/layout/flylay.cxx @@ -1446,7 +1446,7 @@ bool CalcClipRect( const SdrObject *pSdrObj, SwRect &rRect, bool bMove ) if ( pUp->IsCellFrame() ) { const SwFrame *pTab = pUp->FindTabFrame(); - aRectFnSet.SetBottom( rRect, aRectFnSet.GetPrtBottom(*pTab->GetUpper()) ); // set botto?m + aRectFnSet.SetBottom( rRect, aRectFnSet.GetPrtBottom(*pTab->GetUpper()) ); // set bottom } } }