summaryrefslogtreecommitdiffstats
path: root/offapi
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-01-12 04:00:21 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:01:33 +0200
commit2bb637426cb48bfcec1e0041c3ad3144d044485e (patch)
treec455ee71d99eb418713614491326f20990dff9a3 /offapi
parentuitest: start annotating a few important non-ui calc windows (diff)
downloadcore-2bb637426cb48bfcec1e0041c3ad3144d044485e.tar.gz
core-2bb637426cb48bfcec1e0041c3ad3144d044485e.zip
uitest: support the parameters in the executeAction command
Change-Id: I78df2fe58b9d1386f360bef4c0eeddb6afe83b8d
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/ui/test/XUIObject.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ui/test/XUIObject.idl b/offapi/com/sun/star/ui/test/XUIObject.idl
index 0e5192674028..962fde74dd9d 100644
--- a/offapi/com/sun/star/ui/test/XUIObject.idl
+++ b/offapi/com/sun/star/ui/test/XUIObject.idl
@@ -10,13 +10,15 @@
#ifndef __com_sun_star_ui_test_XUIObject_idl__
#define __com_sun_star_ui_test_XUIObject_idl__
+#include <com/sun/star/beans/PropertyValues.idl>
+
module com { module sun { module star { module ui { module test {
interface XUIObject
{
XUIObject getChild([in] string id);
- void executeAction([in] string action);
+ void executeAction([in] string action, [in] com::sun::star::beans::PropertyValues propValues);
};
}; }; }; }; };