Kaydet (Commit) 2c788546 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

simplify

Change-Id: I3a7284585fa86f251e49307bb32bc341e7f084e1
üst e71e5ff2
......@@ -959,10 +959,8 @@ void SwXCell::setFormula(const OUString& rFormula) throw( uno::RuntimeException,
double SwXCell::getValue(void) throw( uno::RuntimeException, std::exception )
{
SolarMutexGuard aGuard;
double const fRet = sw_getValue( *this );
// #i112652# a table cell may contain NaN as a value, do not filter that
return fRet;
return sw_getValue( *this );
}
void SwXCell::setValue(double rValue) throw( uno::RuntimeException, std::exception )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment