[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Aug 21 14:46:17 UTC 2020
sw/source/core/layout/sectfrm.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 576c30a643c288f64b8b66e87ba18091622ef35f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 20 13:08:15 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 21 16:45:34 2020 +0200
Fix typo in code
Change-Id: Ib77ad28062ca86231e4fa748a029e6e002047b09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101108
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/core/layout/sectfrm.cxx b/sw/source/core/layout/sectfrm.cxx
index 6a3cd158dde2..2e5ebf3f1c29 100644
--- a/sw/source/core/layout/sectfrm.cxx
+++ b/sw/source/core/layout/sectfrm.cxx
@@ -2764,7 +2764,7 @@ SwFootnoteContFrame* SwSectionFrame::ContainsFootnoteCont( const SwFootnoteContF
if( pCont )
{
pLay = pCont->FindFootnoteBossFrame();
- OSL_ENSURE( IsAnLower( pLay ), "ConatainsFootnoteCont: Wrong FootnoteContainer" );
+ OSL_ENSURE( IsAnLower( pLay ), "ContainsFootnoteCont: Wrong FootnoteContainer" );
pLay = static_cast<const SwLayoutFrame*>(pLay->GetNext());
}
else if( Lower() && Lower()->IsColumnFrame() )
More information about the Libreoffice-commits
mailing list