summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-01-07 19:24:44 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-01-08 14:03:28 +0100
commit9a66bd88834494457574b7575656ae935103759e (patch)
tree7823ac54eaa4fdb00e0d8d7949eb64e8536f6a99 /sw/source/core/txtnode
parent5c3b41e31e22157edab67b00efc66ec3ddafc1f7 (diff)
Fix typo
Change-Id: I29fcf584404acf9302e261721bb6c255e4701918 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86382 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/txtnode')
-rw-r--r--sw/source/core/txtnode/ndtxt.cxx2
1 files changed, 1 insertions, 1 deletions
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 )
{