To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80769
------- Additional comments from [EMAIL PROTECTED] Tue Aug 21 17:43:47 +0000
2007 -------
I found binfilter/bf_basic/source/sbx/sbxbase.cxx:
SbxAppData* GetSbxData_Impl()
{
#ifndef DOS
SbxAppData** ppData = (SbxAppData**) ::GetAppData( SHL_SBX );
SbxAppData* p = *ppData;
if( !p )
p = *ppData = new SbxAppData;
return p;
#else
SbxAppData** ppData;
SbxAppData* p;
p = *ppData = new SbxAppData;
return p;
#endif
}
That looks as if the "SHL_PTR" bug is not or only partially fixed.
---------------------------------------------------------------------
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]