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

--- Comment #9 from Noel Grandin <noelgran...@gmail.com> ---
OK, I've figured this out.

I converted 

   shared_from_this()

to 

   std::shared_ptr<Activity>((Activity*)this) )

all over the place, which is bad, I should have used

   std::dynamic_pointer_cast<ViewEventHandler>(shared_from_this())

patch coming up.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to