https://bugs.documentfoundation.org/show_bug.cgi?id=63436
--- Comment #14 from Dipankar Niranjan <[email protected]> --- When I REMOVED <draw:frame draw:name="Rahmen1" draw:style-name="fr1" svg:x="70.8379179942pt" svg:y="127.5592761pt" text:anchor-type="page" text:anchor-page-number="1" draw:z-index="2" svg:width="212.5421004884pt" svg:height="14.0882133826pt"> <draw:text-box fo:min-height="0.01pt"> <text:p text:style-name="P2"><text:s/><text:span text:style-name="T1">•</text:span><text:s/><text:span text:style-name="T2"><text:sender-street>Steinmetzstraße 57</text:sender-street></text:span><text:span text:style-name="T2"/><text:span text:style-name="T1">•</text:span><text:s/><text:span text:style-name="T2"><text:sender-postal-code>10783</text:sender-postal-code></text:span><text:span text:style-name="T2"/><text:span text:style-name="T2"><text:sender-city>Berlin</text:sender-city></text:span></text:p> </draw:text-box> </draw:frame> from content.xml from the given test odt file, these were exceptions thrown: - throw lang::IllegalArgumentException(); line 1942 from unotext.cxx (module editeng) - throw beans::UnknownPropertyException( "Unknown property: " + rPropertyName, static_cast < cppu::OWeakObject * > ( this ) ); line 2322 from unofield.cxx (This unofield.cxx is from module sw) - throw lang::IllegalArgumentException(); line 1942 from unotext.cxx (module editeng) in the given order. This and the exceptions from the above comment are thrown when there is a breakpoint at SvxFieldData::Create() from editeng/source/items/flditem.cxx So these exceptions are related to the bookmark within the frame. -- 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
