To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=82428 Issue #|82428 Summary|Missing/wrong documentation of O[U]String::lastIndexOf Component|porting Version|680m231 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|documentation Assigned to|sb Reported by|dr
------- Additional comments from [EMAIL PROTECTED] Tue Oct 9 08:53:42 +0000 2007 ------- In the header documentation of the functions O[U]String::lastIndexOf (sal/inc/rtl/string.hxx and sal/inc/rtl/ustring.hxx): OString::lastIndexOf( sal_Char ch, sal_Int32 fromIndex ) const OUString::lastIndexOf( sal_Unicode ch, sal_Int32 fromIndex ) const - in leading description, replace "starting at the specified index" with "starting before the specified index" - missing @param fromIndex - in @return, replace "is less or than or equal to" with "is less than" OString::lastIndexOf( const OString & str, sal_Int32 fromIndex ) const OUString::lastIndexOf( const OUString & str, sal_Int32 fromIndex ) const - in leading description, replace "starting at the end" with "starting before the specified index" - in @param fromIndex, mention that search starts before fromIndex - in @return, replace "at the starting index" with "before the starting index" --------------------------------------------------------------------- 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]
