summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-03 13:00:17 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-11 12:29:38 +0100
commit3b1077e70c6e4be3153741aee2634adc3c35894a (patch)
tree43edabc49ef9844613475c1fa28f7712fbc29d85 /filter
parent2da5ca41fa8d029ee4c7446d27eeb57291e2b792 (diff)
Move DBG_ERROR to OSL_FAIL for strings GetBuffer()
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/svdfppt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index 344caa55bee5..b198895ac923 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -4177,7 +4177,7 @@ PPTStyleSheet::PPTStyleSheet( const DffRecordHeader& rSlideHd, SvStream& rIn, Sd
{
aMsg.Insert( "]:", 0 );
aMsg.Insert( "PptStyleSheet::operator>>[", 0 );
- DBG_ERROR(aMsg.GetBuffer());
+ OSL_FAIL(aMsg.GetBuffer());
}
}
if ( rIn.Tell() != aTxMasterStyleHd.GetRecEndFilePos() )