To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91220





------- Additional comments from [EMAIL PROTECTED] Tue Jul  1 09:55:54 +0000 
2008 -------
> Currently you can do:
> oSheet = ThisComponent.Sheets(1)
> oSheet = ThisComponent.Sheets("1")  ' string is converted to a number,
>   perfectly licit

Uhm - if we want to support this case (and I suppose for compatibility reasons
we want), then the patch is bogus :(

> And there is the common error :
> oSheet = ThisComponent.Sheets("Feuille1") ' converts to zero, and gets
>   Sheets(0) without error

Which is exactly what I stumbled upon - and why I created the 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]

Reply via email to