diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-04-27 19:55:07 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:59 +0200 |
commit | a86405470fafd86132b8452746a86b54f2396fff (patch) | |
tree | 39d09973589d5294e1fa35b639c32b9c5cc644eb /offapi/com | |
parent | 540a6554956bbee62b5f669d672d64e03a9d888c (diff) |
uitest: let us return a string based type
This is less important for the UI testing and more for debugging and
logging.
Change-Id: Id65fcacc591129869ca0f80f828eb63ce044cf33
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/ui/test/XUIObject.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/ui/test/XUIObject.idl b/offapi/com/sun/star/ui/test/XUIObject.idl index d4bcc443a02b..9a0ca6b36fd0 100644 --- a/offapi/com/sun/star/ui/test/XUIObject.idl +++ b/offapi/com/sun/star/ui/test/XUIObject.idl @@ -21,6 +21,8 @@ interface XUIObject void executeAction([in] string action, [in] com::sun::star::beans::PropertyValues propValues); com::sun::star::beans::PropertyValues getState(); + + string getType(); }; }; }; }; }; }; |