[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jan 8 13:04:56 UTC 2020
sw/source/core/layout/objectformattertxtfrm.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 026b6dc1f195e6af797ba1bbb096130b1ebdebf4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jan 7 19:24:39 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jan 8 14:04:26 2020 +0100
Fix typo
Change-Id: I4e4a1b24d6b19ab62d9f0d73bcd74492bc955beb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86379
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/core/layout/objectformattertxtfrm.cxx b/sw/source/core/layout/objectformattertxtfrm.cxx
index cc59fdd4e15c..d02cdc2edf07 100644
--- a/sw/source/core/layout/objectformattertxtfrm.cxx
+++ b/sw/source/core/layout/objectformattertxtfrm.cxx
@@ -324,7 +324,7 @@ bool SwObjectFormatterTextFrame::DoFormatObjs()
if ( bSuccess )
{
// format of as-character anchored floating screen objects - no failure
- // excepted on the format of these objects.
+ // expected on the format of these objects.
bSuccess = FormatObjsAtFrame_();
}
}
More information about the Libreoffice-commits
mailing list