https://bugs.documentfoundation.org/show_bug.cgi?id=147722
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |bibisected, bisected, | |regression CC| |[email protected], | |[email protected] Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Michael Weghorn <[email protected]> --- Bibisected to commit 2b58a0979f9206cfca6d78cb2f3d5e65cd735f8b Author: Tor Lillqvist <[email protected]> Date: Tue Jan 25 16:57:09 2022 +0200 Add sanity check to avoid potential crash in the Collabora Online server Make sure some coordinates don't become huge negative numbers. This doesn't fix the unknown root cause of course. There already was such a sanity check here in this branch, but for Android only. I now made it cross-platform. Let's use the same Change-Id as in the corresponding commit in the co-2021 branch. Change-Id: I28e343271b3f80ac203b52db1be58d2add89eecd The code previously added with condition '#if HAVE_FEATURE_ANDROID_LOK' was added in commit 50b640a298604ecd10ce095a005cd8eaaf82fc14 Author: merttumer <[email protected]> Date: Fri May 7 10:19:05 2021 +0000 android: Fix DrawingArea inside CsvTableBox is shrinked Change-Id: Ia722297051eb3413b9db17024173c9eb596d8e7a Signed-off-by: merttumer <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115235 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115276 Tested-by: Jenkins Adding CC: to Tor Lillqvist Potentially, one way to fix this (without looking at any underlying issue) might be to make this conditional on 'comphelper::LibreOfficeKit::isActive()' instead so it applies for COOL as well, but not the desktop version, but maybe Tor or Mert can say more... -- You are receiving this mail because: You are the assignee for the bug.
