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

--- Comment #1 from [email protected] ---
1. What happens if you declare the variables VarI and VarS as "Global" instead
of "Public" or "Private"
2. What happens if you add "Option VBASupport 1" to the code and keep the
variables "Public" and "Private"?

I believe that variables declared with "Public" and "Private" under "Option
VBASupport 0"(default) are not PersistentGlobal

https://opengrok.libreoffice.org/xref/core/basic/source/comp/dim.cxx?r=5f19287a#215

https://opengrok.libreoffice.org/xref/core/basic/source/comp/dim.cxx?r=5f19287a#220

-- 
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

Reply via email to