To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49510
User mmeeks changed the following:
What |Old value |New value
================================================================================
Status|CLOSED |REOPENED
--------------------------------------------------------------------------------
Resolution|FIXED |
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Jul 31 06:06:00 -0700
2006 -------
Looking at m179 it's hard to see the fix:
> All documentation definitons in rtl and osl headers for rtl_uString* as [out]
> parameter have to be changed to [in|out].
My file.h says:
@param pItem [out]
On success it receives a handle that can be used for subsequent calls to
osl_getFileStatus().
The handle has to be released by a call to osl_releaseDirectoryItem().
...
oslFileError SAL_CALL osl_getNextDirectoryItem(
oslDirectory Directory,
oslDirectoryItem *pItem,
sal_uInt32 uHint
);
The pItem is in fact an rtl_uString * and the .hxx headers -cleary- assume that
this will be done:
inline RC getNextItem( DirectoryItem& rItem, sal_uInt32 nHint = 0 )
{
return ( RC) osl_getNextDirectoryItem( _pData, &rItem._pData,
nHint );
}
Are you certain this is in fact 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]