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

--- Comment #4 from Philippe Jung <[email protected]> ---
"Simpler" way to reproduce: display the Navigation toolbox, step 1 2 and 3 from
comment 1
Select the big image page 1
Select Comment in Navigation
Clic on "Move Up" arrow

Crash in sw/source/core/crsr/crstrvl.cxx:703 because pTNd is null

        const SwPosition& rPos = *pCrsr->GetPoint();

        SwTextNode* pTNd = rPos.nNode.GetNode().GetTextNode();
        OSL_ENSURE( pTNd, "No ContentNode" );

I presume an image node has no TextNode

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