From 37c157340f90aac9d044aa351e5f98299da7342c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 20 Jun 2017 09:45:36 +0200 Subject: Propagate failure out from css.ui.test.XUITest::executeCommand/Dialog Change-Id: Id7bd2d6f35f45d9957facf56d66cfc57a1e0ef6a Reviewed-on: https://gerrit.libreoffice.org/39002 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- offapi/com/sun/star/ui/test/XUITest.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offapi/com') diff --git a/offapi/com/sun/star/ui/test/XUITest.idl b/offapi/com/sun/star/ui/test/XUITest.idl index 55f234164296..f4926a19bd09 100644 --- a/offapi/com/sun/star/ui/test/XUITest.idl +++ b/offapi/com/sun/star/ui/test/XUITest.idl @@ -16,9 +16,9 @@ module com { module sun { module star { module ui { module test { interface XUITest { - void executeCommand([in] string command); + boolean executeCommand([in] string command); - void executeDialog([in] string command); + boolean executeDialog([in] string command); XUIObject getTopFocusWindow(); -- cgit