vcl/source/uitest/uiobject.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b29c5cd859fbc26184b3ef0abac297736ef0714c
Author: Markus Mohrhard <[email protected]>
Date: Sun Jan 21 18:03:35 2018 +0100
uitest: add checked to radio button properties
Change-Id: I7e5a3f4b743029fc1a8ee01d9a4ab6ea49f9b73c
Reviewed-on: https://gerrit.libreoffice.org/48274
Tested-by: Jenkins <[email protected]>
Reviewed-by: Markus Mohrhard <[email protected]>
diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx
index 7b8d0b287b18..d05a664acd7f 100644
--- a/vcl/source/uitest/uiobject.cxx
+++ b/vcl/source/uitest/uiobject.cxx
@@ -801,6 +801,7 @@ void RadioButtonUIObject::execute(const OUString& rAction,
StringMap RadioButtonUIObject::get_state()
{
StringMap aMap = WindowUIObject::get_state();
+ aMap["Checked"] = OUString::boolean(mxRadioButton->IsChecked());
return aMap;
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits