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





------- Additional comments from [EMAIL PROTECTED] Mon Jun 18 09:24:07 +0000 
2007 -------
Another flavor of this bug:

After executing this piece of macro code
  aInfo() = oDataSource.Info
  i = UBound(aInfo())+1
  Dim aInfoNew(i) as new com.sun.star.beans.PropertyValue
  For n = 0 to UBound(aInfo())
    aInfoNew(n).Name = aInfo(n).Name
    aInfoNew(n).Value = aInfo(n).Value
  next
  aInfoNew(i).Name = "some-test"
  aInfoNew(i).Value = "600"
  oDataSource.Info = aInfoNew()

oDataSource.Info will *not* contain the property "some-test", since it has been
implicitly added to the Settings container, and is thus considered to be in
state DEFAULT.

Effectively, this means that users cannot use the Info sequence anymore to add
user-defined settings, but must always use Settings directly.

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

Reply via email to