Under Windows, the Fraction class uses 32-bit calculations (because long is 32-bit on Windows), while on Linux it uses 64-bit values (because long is 64-bit on 64-bit Linux)
Which is a right stuffup, and I don't know how to fix it without cascading changes throughout the codebase. Lots of places in VCL, for example, using the Fraction class, and declare various fields as long.
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice