diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-12 04:01:17 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:34 +0200 |
commit | 36b39fe4f39874de8e18aa56ee34148261fbf286 (patch) | |
tree | c9346bc2561b324d5efb309d6def522d6d291c8a /offapi | |
parent | 2bb637426cb48bfcec1e0041c3ad3144d044485e (diff) |
uitest: add getState method to css::ui::test::XUIObject
Change-Id: Idaa559956fd3a59c79038d3940d664a1d2bff867
Diffstat (limited to 'offapi')
-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 962fde74dd9d..d4bcc443a02b 100644 --- a/offapi/com/sun/star/ui/test/XUIObject.idl +++ b/offapi/com/sun/star/ui/test/XUIObject.idl @@ -19,6 +19,8 @@ interface XUIObject XUIObject getChild([in] string id); void executeAction([in] string action, [in] com::sun::star::beans::PropertyValues propValues); + + com::sun::star::beans::PropertyValues getState(); }; }; }; }; }; }; |