summaryrefslogtreecommitdiffstats
path: root/xmloff/source/draw/shapeexport4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/shapeexport4.cxx')
-rw-r--r--xmloff/source/draw/shapeexport4.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/shapeexport4.cxx b/xmloff/source/draw/shapeexport4.cxx
index 87370c785d89..af13278f2a60 100644
--- a/xmloff/source/draw/shapeexport4.cxx
+++ b/xmloff/source/draw/shapeexport4.cxx
@@ -1137,7 +1137,7 @@ void XMLShapeExport::ImpExportTableShape( const uno::Reference< drawing::XShape
}
catch( uno::Exception& )
{
- DBG_ERROR("XMLShapeExport::ImpExportTableShape(), exception caught!");
+ OSL_FAIL("XMLShapeExport::ImpExportTableShape(), exception caught!");
}
}
}
@@ -1218,7 +1218,7 @@ void XMLShapeExport::ImpExportTableShape( const uno::Reference< drawing::XShape
}
catch( uno::Exception& )
{
- DBG_ERROR("xmloff::XMLShapeExport::ImpExportTableShape(), exception caught!");
+ OSL_FAIL("xmloff::XMLShapeExport::ImpExportTableShape(), exception caught!");
}
}
@@ -1228,7 +1228,7 @@ void XMLShapeExport::ImpExportTableShape( const uno::Reference< drawing::XShape
}
catch( uno::Exception& )
{
- DBG_ERROR( "xmloff::XMLShapeExport::ImpExportTableShape(), exception caught!" );
+ OSL_FAIL( "xmloff::XMLShapeExport::ImpExportTableShape(), exception caught!" );
}
}