summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLIsPercentagePropertyHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/XMLIsPercentagePropertyHandler.cxx')
-rw-r--r--xmloff/source/style/XMLIsPercentagePropertyHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/XMLIsPercentagePropertyHandler.cxx b/xmloff/source/style/XMLIsPercentagePropertyHandler.cxx
index 1eb9045a110f..96836b738d7c 100644
--- a/xmloff/source/style/XMLIsPercentagePropertyHandler.cxx
+++ b/xmloff/source/style/XMLIsPercentagePropertyHandler.cxx
@@ -57,7 +57,7 @@ sal_Bool XMLIsPercentagePropertyHandler::exportXML(
const Any&,
const SvXMLUnitConverter& ) const
{
- DBG_ERROR( "XMLIsPercentagePropertyHandler is not for export!" );
+ OSL_FAIL( "XMLIsPercentagePropertyHandler is not for export!" );
return sal_False;
}