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

--- Comment #1 from Mike Kaganski <mikekagan...@hotmail.com> ---
Created attachment 193417
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193417&action=edit
A simpler self-contained reproducer

This is a document with a single textbox; its "when losing focus" event is
bound to this macro:

sub OnFocusLost(evt)
  doc = ThisComponent
  src = evt.Source
  drawPage = doc.DrawPages(0)
  txtbox = drawPage(0)
  drawPage.remove(txtbox)
end sub

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

Reply via email to