[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jan 8 13:08:53 UTC 2020
sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e30c8812f623f8dcfa83ed7e44b40c78ad94933b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jan 7 19:24:42 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
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 ) );
More information about the Libreoffice-commits
mailing list