From ce8e14ce2222b1aa2cbbb2465adc003fce2cf269 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 15 Feb 2024 13:08:26 +0100 Subject: uui: show what is the unhandled result before asserting online.git unit-bad-doc-load fails here, at least show what is the unhandled return code (-1) before failing. The actual problem is not yet solved. Change-Id: I530058590f176f5c7eee3b6cd9d9a270110613ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163436 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- uui/source/iahndl.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'uui') diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index 2a029de54296..291d3f18e844 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -889,6 +889,7 @@ executeMessageBox( aResult = DialogMask::ButtonsNo; break; default: + SAL_WARN("uui", "executeMessageBox: nMessResult is " << nMessResult); assert(false); } -- cgit