summaryrefslogtreecommitdiff
path: root/extensions/source/svg/svgaction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/svg/svgaction.cxx')
-rw-r--r--extensions/source/svg/svgaction.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/svg/svgaction.cxx b/extensions/source/svg/svgaction.cxx
index 22d9d8c52872..324fefa16b6f 100644
--- a/extensions/source/svg/svgaction.cxx
+++ b/extensions/source/svg/svgaction.cxx
@@ -1449,7 +1449,7 @@ void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf, const NMSP_RTL:
default :
ByteString aDbgOut( "SVGActionWriter::ImplWriteActions: unsupported MetaAction #" );
aDbgOut.Append( ByteString::CreateFromInt32( nType ) );
- DBG_ERROR( aDbgOut.GetBuffer() );
+ OSL_FAIL( aDbgOut.GetBuffer() );
break;
#endif
}