summaryrefslogtreecommitdiff
path: root/svx/source/table/tablertfexporter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablertfexporter.cxx')
-rw-r--r--svx/source/table/tablertfexporter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/table/tablertfexporter.cxx b/svx/source/table/tablertfexporter.cxx
index 4f7a87c1eb91..a9ac42af079e 100644
--- a/svx/source/table/tablertfexporter.cxx
+++ b/svx/source/table/tablertfexporter.cxx
@@ -119,7 +119,7 @@ ULONG SdrTableRtfExporter::Write()
catch( Exception& e )
{
(void)e;
- DBG_ERROR("SdrTableRtfExporter::Write(), exception caught!");
+ OSL_FAIL("SdrTableRtfExporter::Write(), exception caught!");
}
// export rows
@@ -134,7 +134,7 @@ ULONG SdrTableRtfExporter::Write()
catch( Exception& e )
{
(void)e;
- DBG_ERROR("SdrTableRtfExporter::Write(), exception caught!");
+ OSL_FAIL("SdrTableRtfExporter::Write(), exception caught!");
}
mrStrm << '}' << RTFOutFuncs::sNewLine;