From a86405470fafd86132b8452746a86b54f2396fff Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 27 Apr 2016 19:55:07 +0200 Subject: 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 --- offapi/com/sun/star/ui/test/XUIObject.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'offapi') 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(); }; }; }; }; }; }; -- cgit v1.2.3