https://bugs.documentfoundation.org/show_bug.cgi?id=162681

Neil Roberts <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #33 from Neil Roberts <[email protected]> ---
It looks like this was fixed in the commit below:

commit 2143c0a6949ee80c34ec6a8e2028fea2930dd947
Author: Mike Kaganski <[email protected]>
Date:   Tue Jun 3 18:09:30 2025 +0500

    Simplify getter/setter implementations

    For numeric types, they are made unified templates. In many cases,
    gotos were dropped, and the code was streamlined. Hopefully, this
    would make it at least a bit manageable.

    Change-Id: I63154d61fa6629d1431157ac382ec758f4f50074
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186234

As far as I can tell that commit combines the code for the integer getters with
the double getters in a template and the double getter code could already
handle the type mismatch error.

Looking at the git blame, it looks like the code has handled the overflow case
for a long time regardless of whether VBA mode is enabled.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to