https://bugs.freedesktop.org/show_bug.cgi?id=53872
Michael Stahl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freedesktop.or | |g/show_bug.cgi?id=53154 --- Comment #22 from Michael Stahl <[email protected]> 2012-09-04 16:27:29 UTC --- yes that is evidently caused by the XAggregation removal; the call to getSection accesses (through a pile of macros) the un-aggregated SvxDrawPage: #0 SdrPage::getUnoPage (this=0x4bfc3a0) at svx/source/svdraw/svdpage.cxx:1798 #1 0x00007fe4e51dfd42 in SvxShape::getParent (this=0x463dcd8) at svx/source/unodraw/unoshape.cxx:3856 #2 0x00007fe4e1359157 in reportdesign::OShapeHelper::getParent<reportdesign::OFixedLine> (_pShape=0x4872f30) at reportdesign/source/core/inc/Tools.hxx:174 #3 0x00007fe4e1351fb3 in reportdesign::OFixedLine::getParent (this=0x4872f30) at reportdesign/source/core/api/FixedLine.cxx:445 #4 0x00007fe4e1350e55 in reportdesign::OFixedLine::getSection (this=0x4872f30) at reportdesign/source/core/api/FixedLine.cxx:255 #5 0x00007fe4e0849ac3 in rptxml::ORptExport::exportAutoStyle which is then queried for reportdesign::XSection unsuccessfully: #0 SdrPage::getUnoPage (this=0x4bfc3a0) at svx/source/svdraw/svdpage.cxx:1798 #1 0x00007fe4e51dfd42 in SvxShape::getParent (this=0x463dcd8) at svx/source/unodraw/unoshape.cxx:3856 #2 0x00007fe4e1359157 in reportdesign::OShapeHelper::getParent<reportdesign::OFixedLine> (_pShape=0x4872f30) at reportdesign/source/core/inc/Tools.hxx:174 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- 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
