https://bugs.documentfoundation.org/show_bug.cgi?id=122471
--- Comment #10 from Justin L <[email protected]> --- The key issue here is - maValue <<= static_cast< sal_Int32 >( rUnitConverter.calcBiffErrorCode( rAttribs.getXString( XML_v, OUString() ) ) ); + maValue <<= rAttribs.getXString( XML_v, OUString() ); where maValue used to be '*' (aka 42), but now it is "#N/A" -- You are receiving this mail because: You are the assignee for the bug.
