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

--- Comment #17 from Julien Nabet <[email protected]> ---
(In reply to Julien Nabet from comment #13)
> I also noticed this on gdb:
> Thread 1 "soffice.bin" hit Breakpoint 3,
> oox::xls::WorksheetGlobals::getDrawPageSize (this=0x55555c5e3470) at
> /home/julien/lo/libreoffice/sc/source/filter/oox/worksheethelper.cxx:530
> 530       OSL_ENSURE( (maDrawPageSize.Width > 0) && (maDrawPageSize.Height >
> 0), "WorksheetGlobals::getDrawPageSize - called too early, size invalid" );
> (gdb) p maDrawPageSize
> $5 = {Width = 1852758, Height = -1077093842}

Mike: on Win10 with master sources updated today + Visual Studio 2019 (16.4.2),
I added a trace and got this:
aSize.Width()=1852758 aSize.Height()=2147483647

So here Height is positive => no pb to display images.

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