sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e30c8812f623f8dcfa83ed7e44b40c78ad94933b Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Jan 7 19:24:42 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jan 8 14:08:25 2020 +0100 Fix typo Change-Id: I211fb36e9ad16b8ed468ce8dec5c95e7f5ab9391 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86381 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx b/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx index 402249cf8080..0a19ebc7c4ae 100644 --- a/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx +++ b/sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx @@ -122,7 +122,7 @@ static bool lcl_DoesVertPosFits( const SwTwips _nRelPosY, else if ( _pUpperOfOrientFrame->IsInTab() && _bGrowInTable ) { // #i45085# - check, if upper frame would grow the - // excepted amount of twips. + // expected amount of twips. const SwTwips nTwipsGrown = const_cast<SwLayoutFrame*>(_pUpperOfOrientFrame)-> Grow( _nRelPosY - _nAvail, true ); bVertPosFits = ( nTwipsGrown == ( _nRelPosY - _nAvail ) ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
