To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95428
                 Issue #|95428
                 Summary|GCC: rtl::MalformedUriException lacking SAL_DLLPUBLIC_
                        |EXPORT
               Component|porting
                 Version|DEV300m34
                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] Fri Oct 24 15:49:29 +0000 
2008 -------
On GCC, many dynamic libraries are built with -fvisibility=hidden (e.g.,
trunk/comphelper/util/[EMAIL PROTECTED]).  At least rtl::MalformedUriException
(trunk/sal/inc/rtl/[EMAIL PROTECTED]) lacks proper (GCC-only)
SAL_DLLPUBLIC_EXPORT (and SAL_DLLPUBLIC_PRIVATE for irrelevant parts), so that
exception handling for this exception works reliably in dynamic libraries built
with -fvisibility=hidden (see CPPU_GCC_DLLPUBLIC_EXPORT and CPPU_GCC_DLLPRIVATE
defined in trunk/cppu/inc/cppu/[EMAIL PROTECTED] and used in .hdl files
generated by cppumaker).

It should be checked whether there are more classes used as exceptions in the
OOo sources that have the same problem.

(Also see issue 95065.)

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

Reply via email to