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

--- Comment #79 from Noel Grandin <noelgran...@gmail.com> ---
@Julien, I have a patch the improves things a little, but what we really want
here is to avoid creating the ScAccessibleDocument at all for the fake
background ScDocument we use when copying stuff to the clipboard.

So what I would suggest it that you put a breakpoint on the
ScAccessibleDocument constructor, do a copy operation, and see what path
invokes it.
Than see if you can pass a boolean down to prevent ScAccessibleDocument being
created at all. 

No idea if that will actually work out, or if it will cause other breakage,
it's just one of those "try it and see" things <shrug> :-)

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