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

--- Comment #5 from Michael Stahl <[email protected]> ---
(gdb) p rLine.m_pTextNode
$8 = (const SwTextNode *) 0x77d7120
(gdb) p rLine.m_pTextNode->GetNodes()
$7 = (SwNodes &) @0x4b52500: {
  <BigPtrArray> = BigPtrArray of length 72 = {
[   0] 0x4ec9b00            StartNode ,
[   1] 0x2faa650              EndNode ,
[   2] 0x4e5b5e0            StartNode ,
[   3]  0x79d6ce0           StartNode ,
[   4]   0x712f7a0           TextNode "\002 ",
[   5]   0x71422d0          TableNode ,
[   6]    0x70f5370         StartNode ,
[   7]     0x77d7150         TextNode "\001",
           ^^^ loop is here
[   8]    0x465f410           EndNode ,
[   9]    0x2908e50         StartNode ,
[  10]     0x4650680         TextNode "",
[  11]    0x4e86670           EndNode ,
[  12]    0x4e866b0         StartNode ,
[  13]     0x2f7c400         TextNode "\001",
[  14]    0x2bd4490           EndNode ,
[  15]    0x2bd44d0         StartNode ,
[  16]     0x4e85ca0         TextNode "",
[  17]    0x7156ef0           EndNode ,
[  18]    0x7156f30         StartNode ,
[  19]     0x4674060         TextNode "\001",
[  20]    0x710fcd0           EndNode ,
[  21]    0x31ba900         StartNode ,
[  22]     0x6c30570         TextNode "",
[  23]    0x797b400           EndNode ,
[  24]    0x4d74260         StartNode ,
[  25]     0x46744b0         TextNode "\001",
[  26]    0x4d742b0           EndNode ,
[  27]    0x4d44b50         StartNode ,
[  28]     0x2ff42e0         TextNode "",
[  29]    0x4d44ba0           EndNode ,
[  30]    0x4d5b210         StartNode ,

it loops by creating a line with only a SwFootnoteNumPortion, but
the node inside the table shouldn't have a footnote number in the
first place because node #4 is the first node in the footnote.

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

Reply via email to