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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Julien Nabet <[email protected]> ---
Eike: I noticed in gdb several times this log:
warn:chart2:9459:9459:chart2/source/tools/DiagramHelper.cxx:701:
DBG_UNHANDLED_EXCEPTION in static
std::__debug::vector<com::sun::star::uno::Reference<com::sun::star::chart2::XDataSeries>
> chart::DiagramHelper::getDataSeriesFromDiagram(const
com::sun::star::uno::Reference<com::sun::star::chart2::XDiagram>&)
    type: com.sun.star.uno.RuntimeException
    message: unsatisfied query for interface of type
com.sun.star.chart2.XCoordinateSystemContainer!

In chart2/source/tools/DiagramHelper.cxx, at this point:
    674 std::vector< Reference< XDataSeries > >
    675     DiagramHelper::getDataSeriesFromDiagram(
    676         const Reference< XDiagram > & xDiagram )
    677 {
    678     std::vector< Reference< XDataSeries > > aResult;

Each time the quoted log appears, it's because "xDiagram.is()" returns false.
Should we just return if it's the case or should "xDiagram.is()" return true?

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

Reply via email to