chart2/source/controller/sidebar/ChartAxisPanel.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit c9f33c40a6864e3f778694ad5442cccc6b2e7dea Author: Caolán McNamara <[email protected]> AuthorDate: Thu Jan 29 17:26:02 2026 +0000 Commit: Miklos Vajna <[email protected]> CommitDate: Tue Feb 3 08:47:55 2026 +0100 drop assert, this can happen when tabbing between chart elements when entering into the chart hierarchy by keyboard Change-Id: Ifa9d16e8669e4d8047cac34c9f9856e66ba5e6e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198498 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.cxx b/chart2/source/controller/sidebar/ChartAxisPanel.cxx index 7554d164f11f..a26e4515ec16 100644 --- a/chart2/source/controller/sidebar/ChartAxisPanel.cxx +++ b/chart2/source/controller/sidebar/ChartAxisPanel.cxx @@ -157,7 +157,6 @@ OUString getCID(const css::uno::Reference<css::frame::XModel>& xModel) return OUString(); uno::Any aAny = xSelectionSupplier->getSelection(); - assert(aAny.hasValue()); OUString aCID; aAny >>= aCID; #if defined DBG_UTIL && !defined NDEBUG
