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

--- Comment #13 from Dipankar Niranjan <dipankar1...@gmail.com> ---
>From the debugger I could get the following locations about the exceptions
being thrown:

When I REMOVED

<draw:frame draw:name="Rahmen4" draw:style-name="fr2" svg:x="70.8379179942pt"
svg:y="289.1627056658pt" text:anchor-type="page" text:anchor-page-number="1"
draw:z-index="6" svg:width="496.0638515pt" svg:height="14.0882133826pt">
    <draw:text-box fo:min-height="0.01pt">
     <text:p text:style-name="P5"><text:bookmark
text:name="Bezugszeichen"/><text:tab text:tab-ref="1"/>7. Oktober 2005<text:tab
text:tab-ref="2"/><text:tab text:tab-ref="3"/><text:span><text:date
style:data-style-name="N1"/></text:span></text:p>
    </draw:text-box>
   </draw:frame>

from content.xml from the given test odt file, there were 6 exceptions thrown:

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

The second one looks to be thrown because the first is thrown. (Direct
consequence I guess). We can get this from the stack trace.

And the above two get repeated 3 times for a total of 6 exceptions thrown.

This is probably because there are three sender fields - 'sender-city',
'sender-postal-code' and 'sender-street' in the content.xml

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

Reply via email to