https://bugs.documentfoundation.org/show_bug.cgi?id=148358
--- Comment #3 from Andreas Heinisch <[email protected]> --- I have a prototype for this bug, but the naming conventions of the parser and the runtime confuses me. The parser uses bCompatible and bVBASupportOn [1], whereas the runtime just uses bCompatibility for the VBA runtime compatibility mode [2]. So the runtime has no information about Option Compatible to check in the comparision of the variable names [3]. So, should we rename the function in the runtime in order to get rid of that confusion? I'm not sure if it interferes in the image making process. [1] https://opengrok.libreoffice.org/xref/core/basic/source/inc/scanner.hxx?r=67c15910#61 [2] https://opengrok.libreoffice.org/xref/core/basic/source/inc/runtime.hxx?r=d1207a5f#179 [3] https://opengrok.libreoffice.org/xref/core/basic/source/sbx/sbxarray.cxx?r=8024118d#289 -- You are receiving this mail because: You are the assignee for the bug.
