https://bugs.documentfoundation.org/show_bug.cgi?id=150185

--- Comment #2 from Mike Kaganski <mikekagan...@hotmail.com> ---
Note that the following works OK:

Sub TestAWTPointInVAriantArray
  Dim p(0)
  Dim h As New com.sun.star.awt.Point
  h.X=1
  p(0)=h
  Msgbox "h.X=" & h.X & " p(0).X=" & p(0).X 
End Sub

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to