https://bugs.documentfoundation.org/show_bug.cgi?id=98930
--- Comment #3 from Erik <[email protected]> ---
Verified with the following build:
Version: 5.3.0.1
Build ID: 3b800451b1d0c48045de03b5b3c7bbbac87f20d9
CPU Threads: 4; OS Version: Windows 6.2; UI Render: GL; Layout Engine: new;
Locale: da-DK (da_DK); Calc: group
Right now when running the sample below, instead of getting 1,0,2,0, I get the
pointer addresses to the right variables. Tested by debugging and running the
following code in the immediate window:
? first
986344488
? *((int*)first)
1
? *((int*)second)
2
? *((int*)third)
3
? *((int*)fourth)
4
While I now at least would be able to get to the actual values, I think the
issue is still not completely resolved.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs