https://bugs.documentfoundation.org/show_bug.cgi?id=89710
--- Comment #2 from schaber <[email protected]> --- The code is pretty simple. At the beginning of the macro library module, there is: Global datecheck As Integer And in some sub that I run, it says: sub foo() if (datecheck = 0) then datecheck = 1 endif end sub It somehow depends on the size of the module. Adding just long REM lines does not help to reproduce this, it must be real code. It is not relevant where the sub is in the module, only how large the whole module is. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
