diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-05-26 14:56:05 +0200 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2024-05-27 06:17:42 +0200 |
commit | 24f65bf5940adb0aa3590443752110119e2bea5e (patch) | |
tree | 25af6e41ad2030816e50ff2d3a1035c2bd34186c /sw | |
parent | 838f6adc9bdde2f656eb26bdc2870adfa7aa412b (diff) |
Fix typo
Change-Id: I9e45b3667e2fadbeba46ddab5fdc135743a5d5bd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168046
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/flylay.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } } |