summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-02-06 18:09:12 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-02-07 10:16:25 +0000
commit4c02332d3d60de7a166d10413edf6e76b85d5a91 (patch)
treee0e36b529082c1a67ba7335d7a7aadcc70026baa /offapi
parent90aac3a3fd42ae6e3ac76ac4a0edb3a000cc0920 (diff)
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 <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/ui/test/XUIObject.idl2
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 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<string> getChildren();
+
+ string getHierarchy();
};
}; }; }; }; };