Hi,
I notice in 2.9.1 that when loading an ODF file, if a text:p starts
with a text:meta then a bunch of these are produced:
**** (1) m_pFirstRun->getPrevRun()->getType() == FPRUN_DUMMY at
fl_BlockLayout.cpp:6662 ****
I based the handling of text:meta on text:a and friends. The above
error doesn't happen when a text:a starts a text:p however.
I thought I'd check if anyone has hints as to what I might have done
incorrectly to trigger the above assertion. It only happens when the
text:meta is the first element in the text:p. If there is even a single
text char before the text:meta then all is well. ie,
BAD: <text:p><text:meta...
GOOD: <text:p>X<text:meta...
Sample documents are quite easy to provide if desired.
This archive was generated by hypermail 2.1.8 : Sun Jul 17 2011 - 09:19:32 CEST