Issue 117595

Summary: Migrate basic module to explicit symbol export
Product: General Reporter: ab
Component: scriptingAssignee: AOO issues mailing list <issues>
Status: RESOLVED FIXED QA Contact:
Severity: Normal    
Priority: P3 CC: damjan, issues
Version: OOo 3.3   
Target Milestone: 4.2.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description ab 2011-03-29 11:01:17 UTC
Basic still uses the old obj dump based export mechanism.
This leads to problems when compiling basic with debug
completely, as then some implicitly exported symbols are
missing and the Office does not start any more.

To avoid this problem basic has to be migrated to explicit
symbol export using SAL_DLLPUBLIC_EXPORT/IMPORT.
Comment 1 Oliver-Rainer Wittmann 2012-06-13 12:18:00 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.
Comment 2 Marcus 2017-05-20 10:47:59 UTC
Reset assigne to the default "issues@openoffice.apache.org".
Comment 3 damjan 2023-01-04 02:57:26 UTC
This was fixed long ago by this commit:

commit 7fef15a05361f8f1b42d405319d0a0263cbbbd55
Author: Damjan Jovanovic <damjan@apache.org>
Date:   Fri Oct 5 18:57:27 2018 +0000

    Port main/basic to gbuild.



It's already in the AOO42X branch.

Resolving FIXED. Thank you for your bug report :).