summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlaustp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmlaustp.cxx')
-rw-r--r--xmloff/source/style/xmlaustp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/xmlaustp.cxx b/xmloff/source/style/xmlaustp.cxx
index 7badc15c6175..9a32b08dbdab 100644
--- a/xmloff/source/style/xmlaustp.cxx
+++ b/xmloff/source/style/xmlaustp.cxx
@@ -121,7 +121,7 @@ void SvXMLAutoStylePoolP::exportStyleAttributes(
if (bFoundControlShapeDataStyle)
{
- DBG_ERROR("SvXMLAutoStylePoolP::exportStyleAttributes: found two properties with the ControlShapeDataStyle context id!");
+ OSL_FAIL("SvXMLAutoStylePoolP::exportStyleAttributes: found two properties with the ControlShapeDataStyle context id!");
// already added the attribute for the first occurrence
break;
}
@@ -136,7 +136,7 @@ void SvXMLAutoStylePoolP::exportStyleAttributes(
{
if (bFoundNumberingRulesName)
{
- DBG_ERROR("SvXMLAutoStylePoolP::exportStyleAttributes: found two properties with the numbering rules name context id!");
+ OSL_FAIL("SvXMLAutoStylePoolP::exportStyleAttributes: found two properties with the numbering rules name context id!");
// already added the attribute for the first occurrence
break;
}
@@ -279,7 +279,7 @@ void SvXMLAutoStylePoolP::exportStyleContent(
SvXMLAutoStylePoolP::SvXMLAutoStylePoolP()
{
- DBG_ERROR("This constuctor is obsoleted and should not be used!");
+ OSL_FAIL("This constuctor is obsoleted and should not be used!");
pImpl = NULL;
}