summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-20 09:45:36 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-06-20 19:47:45 +0200
commit37c157340f90aac9d044aa351e5f98299da7342c (patch)
treeb2ea1b01122b85e4822a3ef1920df39e5c8c0af8 /offapi
parenta6a447b08dd3959747181fe5350db68acc8c7481 (diff)
Propagate failure out from css.ui.test.XUITest::executeCommand/Dialog
Change-Id: Id7bd2d6f35f45d9957facf56d66cfc57a1e0ef6a Reviewed-on: https://gerrit.libreoffice.org/39002 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/ui/test/XUITest.idl4
1 files changed, 2 insertions, 2 deletions
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();