[framework-issues] [Issue 106744] vba: regression with isem pty test

2009-11-10 Thread npower
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106744


User npower changed the following:

What|Old value |New value

   Component|framework |scripting

  QA contact|iss...@framework  |iss...@script

 Summary|vba: regression with isemp|vba: regression with isemp
|ty test   |ty test

Target milestone|---   |OOo 3.3





--- Additional comments from npo...@openoffice.org Tue Nov 10 10:21:04 
+ 2009 ---
change component and target

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


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



[framework-issues] [Issue 106744] vba: regression with isem pty test

2009-11-09 Thread npower
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106744


User npower changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |66023)
patch file to fix t
|  |his issue






--- Additional comments from npo...@openoffice.org Mon Nov  9 18:48:00 
+ 2009 ---
Created an attachment (id=66023)
patch file to fix this issue


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


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



[framework-issues] [Issue 106744] vba: regression with isem pty test

2009-11-09 Thread npower
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106744
 Issue #|106744
 Summary|vba: regression with isempty test 
   Component|framework
 Version|DEV300m58
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|ab
 Reported by|npower





--- Additional comments from npo...@openoffice.org Mon Nov  9 18:46:41 
+ 2009 ---
sub main
msgbox test1
end sub

Function test1() As String
In VBA mode the following will fail

Dim foo As String
foo = "astring"
On Error Resume Next
test1 = "GOT ERROR"
If IsEmpty(foo) Then
  test1 = "EMPTY"
Else
  test1 = "NOT EMPTY"
End If

End Function

basically this is down to the fact that if you call GetObject ( when in fact the
object is not an Object type an error will be generated ) 
following patch will fix.

( I was thinking if possible putting this into ab71 would be an idea ) -

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


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