To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=34264
------- Additional comments from [EMAIL PROTECTED] Mon May 8 08:31:58 -0700
2006 -------
A first question about the code: what is
sal_Int32 nLastSlash = aFullPath.lastIndexOf('\\');
supposed to do? I assume it should be used to extract the file name from the
path name but I don't see any code doing this. Currently it seems that file name
and path name are identical so you indeed avoid the crash in GroupWise but the
question remains wether your code fools MAPI clients that rely on the file name
being not a complete path.
I'm not a MAPI expert so I don't know what usually is expected here, so I think
we should test this with some clients at least before integrating it. It seems
to work well with TB1.5 (my crash in the first attempt was caused by an STL
Debug assertion that you only get in "Non Product" builds - something to look
after but most probably not related to your patch).
---------------------------------------------------------------------
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]