summaryrefslogtreecommitdiff
path: root/tools/source/generic/fract.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/fract.cxx')
-rw-r--r--tools/source/generic/fract.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/generic/fract.cxx b/tools/source/generic/fract.cxx
index 07d794de80bf..7dbdbaf3f419 100644
--- a/tools/source/generic/fract.cxx
+++ b/tools/source/generic/fract.cxx
@@ -569,7 +569,7 @@ void Fraction::ReduceInaccurate( unsigned nSignificantBits )
if ( !nMul || !nDiv )
{
// Return without reduction
- DBG_ERROR( "Oops, we reduced too much..." );
+ OSL_FAIL( "Oops, we reduced too much..." );
return;
}