summaryrefslogtreecommitdiff
path: root/filter/source/flash/swfwriter1.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-01 19:06:21 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-02 15:01:50 +0100
commitafd5abda6b9e82c8d98a0002a29f1e81522f4ef4 (patch)
treef54f6d70a0f1157f0845581964dbb45b102a26de /filter/source/flash/swfwriter1.cxx
parentbb552b9b9ebd4ffa4f7110952916cdab2a1a3b36 (diff)
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'filter/source/flash/swfwriter1.cxx')
-rw-r--r--filter/source/flash/swfwriter1.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/flash/swfwriter1.cxx b/filter/source/flash/swfwriter1.cxx
index c8173535e821..692f7049a681 100644
--- a/filter/source/flash/swfwriter1.cxx
+++ b/filter/source/flash/swfwriter1.cxx
@@ -1044,7 +1044,7 @@ void Writer::Impl_writeJPEG(sal_uInt16 nBitmapId, const sal_uInt8* pJpgData, sal
#ifdef DBG_UTIL
if (0xFF != *pJpgSearch)
{
- DBG_ERROR( "Expected JPEG marker." ); ((void)0);
+ OSL_FAIL( "Expected JPEG marker." ); ((void)0);
}
#endif
@@ -1114,7 +1114,7 @@ void Writer::Impl_writeJPEG(sal_uInt16 nBitmapId, const sal_uInt8* pJpgData, sal
break;
default:
- DBG_ERROR( "JPEG marker I didn't handle!" );
+ OSL_FAIL( "JPEG marker I didn't handle!" );
}
}