summaryrefslogtreecommitdiffstats
path: root/xmloff/source/draw/animexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/animexp.cxx')
-rw-r--r--xmloff/source/draw/animexp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/animexp.cxx b/xmloff/source/draw/animexp.cxx
index 32e7beda52c3..9a15c6d731b1 100644
--- a/xmloff/source/draw/animexp.cxx
+++ b/xmloff/source/draw/animexp.cxx
@@ -187,7 +187,7 @@ void SdXMLImplSetEffect( AnimationEffect eEffect, XMLEffect& eKind, XMLEffectDir
{
if( eEffect < AnimationEffect_NONE || eEffect > AnimationEffect_ZOOM_OUT_FROM_CENTER )
{
- DBG_ERROR( "unknown animation effect!" );
+ OSL_FAIL( "unknown animation effect!" );
eEffect = AnimationEffect_NONE;
}
@@ -308,7 +308,7 @@ void XMLAnimationsExporter::prepare( Reference< XShape > xShape, SvXMLExport& )
}
catch( Exception e )
{
- DBG_ERROR("exception catched while collection animation information!");
+ OSL_FAIL("exception catched while collection animation information!");
}
}
@@ -439,7 +439,7 @@ void XMLAnimationsExporter::collect( Reference< XShape > xShape, SvXMLExport& rE
}
catch( Exception e )
{
- DBG_ERROR("exception catched while collection animation information!");
+ OSL_FAIL("exception catched while collection animation information!");
}
}