summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/attriblistmerge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/attriblistmerge.cxx')
-rwxr-xr-xxmloff/source/forms/attriblistmerge.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/forms/attriblistmerge.cxx b/xmloff/source/forms/attriblistmerge.cxx
index 1b2926b277..378c343ac5 100755
--- a/xmloff/source/forms/attriblistmerge.cxx
+++ b/xmloff/source/forms/attriblistmerge.cxx
@@ -62,7 +62,7 @@ namespace xmloff
if (aLookupSublist == m_aLists.end())
{
- OSL_ENSURE(sal_False, "OAttribListMerger::seekToIndex: invalid index!");
+ OSL_FAIL("OAttribListMerger::seekToIndex: invalid index!");
return sal_False;
}
_rSubList = *aLookupSublist;
@@ -85,7 +85,7 @@ namespace xmloff
return sal_True;
}
- OSL_ENSURE(sal_False, "OAttribListMerger::seekToName: did not find the name!");
+ OSL_FAIL("OAttribListMerger::seekToName: did not find the name!");
return sal_False;
}