summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-01-07 19:24:39 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-01-08 14:04:26 +0100
commit026b6dc1f195e6af797ba1bbb096130b1ebdebf4 (patch)
treed7502757507616c087ccfd5490df18c5e2da7ed0 /sw
parent9a66bd88834494457574b7575656ae935103759e (diff)
Fix typo
Change-Id: I4e4a1b24d6b19ab62d9f0d73bcd74492bc955beb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86379 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/objectformattertxtfrm.cxx2
1 files changed, 1 insertions, 1 deletions
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_();
}
}