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

--- Comment #3 from Dipankar Niranjan <dipankar1...@gmail.com> ---
Hi,
I've submitted the first patch with four files modified.
https://gerrit.libreoffice.org/#/c/21170/
Build, unit tests and make check were fine.
Please review when free.

But in  /core/vcl/source/window/winproc.cxx
In line 2001 before commit:

if ( pSVEvent->mbCall && !pSVEvent->maDelData.IsDead() )

I do not know how to remove usage of pSVEvent->maDelData.IsDead()

pSVEvent->mpWindow and pSVEvent->mpInstanceRef both fail to build.

This is because ImplHandleUserEvent() is a static method.
It is called in line 2574 in winproc.cxx

Please help with this.
I've tried to analyze this part but I've drawn blanks so far..
Thanks!

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

Reply via email to