[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jan 8 13:04:02 UTC 2020
sw/source/core/txtnode/ndtxt.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9a66bd88834494457574b7575656ae935103759e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jan 7 19:24:44 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jan 8 14:03:28 2020 +0100
Fix typo
Change-Id: I29fcf584404acf9302e261721bb6c255e4701918
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86382
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx
index cc8c30a08a25..9f3331c1ecb4 100644
--- a/sw/source/core/txtnode/ndtxt.cxx
+++ b/sw/source/core/txtnode/ndtxt.cxx
@@ -4638,7 +4638,7 @@ namespace {
const SfxStringItem& rListIdItem =
dynamic_cast<const SfxStringItem&>(pItem);
OSL_ENSURE( rListIdItem.GetValue().getLength() > 0,
- "<HandleSetAttrAtTextNode(..)> - empty list id attribute not excepted. Serious defect." );
+ "<HandleSetAttrAtTextNode(..)> - empty list id attribute not expected. Serious defect." );
const OUString sListIdOfTextNode = rTextNode.GetListId();
if ( rListIdItem.GetValue() != sListIdOfTextNode )
{
More information about the Libreoffice-commits
mailing list