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

--- Comment #10 from Aron Budea <[email protected]> ---
The immediate cause of the crash is that rReq.GetReturnValue() returns null in
the line below:
http://opengrok.libreoffice.org/xref/core/sfx2/source/appl/appopen.cxx#1118

However, this does not seem to be the main issue. The interesting part happens
in SwNavigationPI::ExecuteDrop( const ExecuteDropEvent& rEvt ), precisely in
SwNavigationPI::CreateDropFileName( aData ), called from here:
http://opengrok.libreoffice.org/xref/core/sw/source/uibase/utlui/navipi.cxx#1146

Using the example above, it can be seen that the code tries to create an
INetURLObject from the selected string "SHUV:  Short Haul Utility Vehicle.",
and actually succeeds, and creates... something.
That doesn't seem to be the intended Drag&Drop behavior. What could it be,
though?

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

Reply via email to