To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76820
                 Issue #|76820
                 Summary|in vba mode comparison of  objects with default params
                        | is bogus
               Component|framework
                 Version|OOo 2.2 RC4
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|scripting
             Assigned to|npower
             Reported by|npower





------- Additional comments from [EMAIL PROTECTED] Tue May  1 17:40:25 +0000 
2007 -------
comparing objects with default paramaters gives unexpected results,

e.g. if cell a1 = "test"
     &  cell b1 = "test"

more that likely the result of

MsgBox ( Range("a1") = Range("a2") ) 

will be false

however

MsgBox ( Range("a1").Value = Range("a2").Value ) 

will yield the correct result ( basically due to lazy loading on the underlying
property not getting triggered under certain circumstances )

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