From 4c02332d3d60de7a166d10413edf6e76b85d5a91 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 6 Feb 2017 18:09:12 +0100 Subject: uitest: provide a way to get a json representation of the ui info This just provides the information that is also available through the getState method in a nicer way. Change-Id: Ib64f6ecd2c4e9c0a940f3f9607c9a777233e90d2 Reviewed-on: https://gerrit.libreoffice.org/33978 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- 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 9409490226ff..e437b198f742 100644 --- a/offapi/com/sun/star/ui/test/XUIObject.idl +++ b/offapi/com/sun/star/ui/test/XUIObject.idl @@ -25,6 +25,8 @@ interface XUIObject string getType(); sequence getChildren(); + + string getHierarchy(); }; }; }; }; }; }; -- cgit