To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100227
                 Issue #|100227
                 Summary|Regresion in DocumentInfo user defined info's
               Component|api
                 Version|OOO310m4
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jsc
             Reported by|sos





------- Additional comments from s...@openoffice.org Mon Mar 16 10:41:47 +0000 
2009 -------
When do some test with dev 3.1 (latest snapshot) i found a anoying regressing 
in the use of the User Defined DocumentInfo

oDocuInfo = oDocument.getDocumentInfo()
   dim str1 ,str2  as string 
   str1 = oDocuInfo.PMG_StylesVakjes
   str2 = oDocuInfo.PMG_KolommenCitaten

sinds 2.3 this works fine with 3.1 i got null strings
now i must use
oDocuInfo.GetpropertieValue(" PMG_StylesVakjes")
to set the User info
I used 
oDocuInfo.PMG_StylesVakjes = "UserInfoString"
this code is also no longer working

Changing this few lines is not the problem, but The code is around in Thousands 
of documents....
Myself and others find this as a 3.1 blocker !!!!

---------------------------------------------------------------------
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: issues-unsubscr...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to