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


User ab changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Jun 19 14:10:07 +0000 
2008 -------
ab->jsk: The problem obviously came in with the patch i78503
verified by ....? ;-)

/installation/wizards/source/tools/Misc.xba/GetPathSettings
rises an error because in line 197 (dev300 m15):

PathList = ArrayoutofString(sPath,";", MaxIndex)
If ListIndex <= MaxIndex Then
    sPath = PathList(ListIndex)
Else
    Msgbox("String Cannot be analyzed!" & sPath , 16, GetProductName())
End If

as ListIndex==1 and MaxIndex==0. But MaxIndex must not be 0
because ArrayoutofString return two list entries. The problem
is that in ArrayoutofString the line:

If not isMissing(MaxIndex) then maxIndex=ubound(LocList())

was commented out because it "has no effect" (see i78503).
But this is not true. In case it is called with MaxIndex as
a lvalue it *is* changed correctly. So commenting this line
out simply was wrong.

I've just seen that there is no appropriate cws containing
wizards. So I will add this to cws ab53 and fix it. 

Nevertheless to JSK *RETURN WINNER!* :-)


---------------------------------------------------------------------
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