summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-09-29 09:54:41 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-09-29 09:55:31 +0200
commit4b3f9fa6740be355e5cdadd8a41ecbd8d9ace298 (patch)
treee634170ac2da193d1f004ff34b2191c1596ca361 /sw/source/core/txtnode
parent92ffd0acea035dc3916fc001b4dcd901a8a7a9d2 (diff)
Nobody would go down the corridor anymore
Change-Id: Ic2cb2c4d9534d503828308183d55cea5b8d88112
Diffstat (limited to 'sw/source/core/txtnode')
-rw-r--r--sw/source/core/txtnode/ndtxt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx
index 08da02c165cd..659e829edc8e 100644
--- a/sw/source/core/txtnode/ndtxt.cxx
+++ b/sw/source/core/txtnode/ndtxt.cxx
@@ -3906,7 +3906,7 @@ void SwTextNode::AddToList()
{
if ( IsInList() )
{
- OSL_FAIL( "<SwTextNode::AddToList()> - the text node is already added to a list. Serious defect -> please inform OD" );
+ OSL_FAIL( "<SwTextNode::AddToList()> - the text node is already added to a list. Serious defect" );
return;
}
@@ -3924,7 +3924,7 @@ void SwTextNode::AddToList()
}
}
OSL_ENSURE( pList != 0,
- "<SwTextNode::AddToList()> - no list for given list id. Serious defect -> please inform OD" );
+ "<SwTextNode::AddToList()> - no list for given list id. Serious defect" );
if ( pList )
{
pList->InsertListItem( *CreateNum(), GetAttrListLevel() );
@@ -4251,7 +4251,7 @@ namespace {
const SfxStringItem& pListIdItem =
dynamic_cast<const SfxStringItem&>(pItem);
OSL_ENSURE( pListIdItem.GetValue().getLength() > 0,
- "<HandleSetAttrAtTextNode(..)> - empty list id attribute not excepted. Serious defect -> please inform OD." );
+ "<HandleSetAttrAtTextNode(..)> - empty list id attribute not excepted. Serious defect." );
const OUString sListIdOfTextNode = rTextNode.GetListId();
if ( pListIdItem.GetValue() != sListIdOfTextNode )
{