https://bugs.documentfoundation.org/show_bug.cgi?id=93505
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today, I could reproduce this. Here's some gdb session: Breakpoint 1, chart::sidebar::ChartSidebarModifyListener::modified (this=0x2d32a10) at /home/julien/compile-libreoffice/libreoffice/chart2/source/controller/sidebar/ChartSidebarModifyListener.cxx:31 31 mpParent->updateData(); (gdb) s chart::sidebar::ChartAreaPanel::updateData (this=0x31bce40) at /home/julien/compile-libreoffice/libreoffice/chart2/source/controller/sidebar/ChartAreaPanel.cxx:369 369 { (gdb) n 370 if (!mbUpdate || !mbModelValid) (gdb) 373 css::uno::Reference<css::beans::XPropertySet> xPropSet = getPropSet(mxModel); (gdb) 374 if (!xPropSet.is()) (gdb) 377 css::drawing::FillStyle eFillStyle = css::drawing::FillStyle_SOLID; (gdb) 378 xPropSet->getPropertyValue("FillStyle") >>= eFillStyle; (gdb) terminate called after throwing an instance of 'com::sun::star::beans::UnknownPropertyException' -- 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
