https://bz.apache.org/ooo/show_bug.cgi?id=52057
bmarcelly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from bmarcelly <[email protected]> --- Simpler workaround: Global oMyObj As Variant and initialize at runtime, as in your code. Same bug and solution with a Uno structure Global aDate As New com.sun.star.util.Date replace with : Global aDate As Object Sub initalize aDate = New com.sun.star.util.Date aDate.Year = 2015 .... End Sub -- You are receiving this mail because: You are on the CC list for the issue.
