To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57951
User hjs changed the following:
What |Old value |New value
================================================================================
Assigned to|hjs |gh
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jan 12 08:01:17 -0800
2006 -------
the problem comes from the dirty hack in "basic/source/app/dialogs.cxx":
HACK( #define protected public )
#define protected public // Kleine Schweinerei um an FreeResource
ranzukommen
#ifndef _TOOLS_RC_HXX //autogen
#include <tools/rc.hxx>
#endif
#undef protected
this works fine when getting the desired method inlined. if not, it simply
breaks as the symbol required
[EMAIL PROTECTED]@@QAEXXZ
doesn't match the symbol exported
[EMAIL PROTECTED]@@IAEXXZ
note the letter right after "@@". "undname.exe" now tells you that "I" stands
for "protected" while "Q" stands for "public" (remember the hack?).
now it's up to the coder to solve this ;)
---------------------------------------------------------------------
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]