Hi All,<div>.</div><div> I'm working with NumericBox nowadays and I recognised a problem belong to it. This class is a ComboBox which allows only numeric values. It use sal_Int64 for store its value but use double conversion internal for remformating. The problem is that this concept allows adding such sal_Int64 value which too large (contain too many digits?) so double conversion changes it in undefined way.</div>
<div>For example: 92 233 720 368 547 750 change to 92 233 720 368 547 744 on my system.</div><div>Maybe using sal_Int32 can solve this problem. </div><div><br></div><div>Regards,</div><div>Tamás</div><div><br></div>