summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLRedlineExport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLRedlineExport.cxx')
-rw-r--r--xmloff/source/text/XMLRedlineExport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx
index 5576135e8429..2630482bc9e7 100644
--- a/xmloff/source/text/XMLRedlineExport.cxx
+++ b/xmloff/source/text/XMLRedlineExport.cxx
@@ -452,7 +452,7 @@ const OUString XMLRedlineExport::ConvertTypeName(
}
else
{
- DBG_ERROR("unknown redline type");
+ OSL_FAIL("unknown redline type");
return sUnknownChange;
}
}
@@ -636,7 +636,7 @@ void XMLRedlineExport::ExportStartOrEndRedline(
}
else
{
- DBG_ERROR("XPropertySet expected");
+ OSL_FAIL("XPropertySet expected");
}
}
@@ -651,7 +651,7 @@ void XMLRedlineExport::ExportStartOrEndRedline(
}
else
{
- DBG_ERROR("XPropertySet expected");
+ OSL_FAIL("XPropertySet expected");
}
}