To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=87294 Issue #|87294 Summary|VBA compatibility API: cleanup Component|Spreadsheet Version|current Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|sb Reported by|sb
------- Additional comments from [EMAIL PROTECTED] Thu Mar 20 15:21:21 +0000 2008 ------- There are three modes to configure the VBA compatiblity API (config_office/configure.in:1.254 l. 43--59): --disable-vba: no VBA compatiblity API; --with-vba-package-format=builtin: VBA compatibility API included in the OOo core code (oovbaapi.rdb and vbaapi.uno dynamic library); --with-vba-package-format=extn: VBA compatiblity API as an extension (vbaapi.oxt), this is the default. In CWS sb83, integrated in DEV300m4, I was not aware of the --with-vba-package-format=builtin mode; this needs to be fixed (sc/util/makefile.mk:1.46 l. 268). Also, the --with-vba-package-format=extn mode results in an in-general nonfunctional extension (see <http://porting.openoffice.org/servlets/ReadMsg?list=mac&msgNo=6872>), and building it causes a build break on Mac OS X. Therefore, I disabled that mode for Mac OS X, but also (not knowing that it existed, see above) inadvertently disabled the --with-vba-package-format=builtin for Mac OS X. This too needs to be corrected, probably simply by making --with-vba-package-format=builtin the default, on all platforms. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
