diff options
-rw-r--r-- | tools/source/generic/fract.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/source/generic/fract.cxx b/tools/source/generic/fract.cxx index 12530c7f7d42..78069a54fb53 100644 --- a/tools/source/generic/fract.cxx +++ b/tools/source/generic/fract.cxx @@ -182,7 +182,6 @@ Fraction& Fraction::operator *= ( const Fraction& rVal ) if ( HasOverflowValue() ) { mpImpl->valid = false; - SAL_WARN( "tools.fraction", "'operator *=' detected overflow" ); } return *this; |