[Libreoffice-commits] core.git: vcl/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sun Jan 21 20:19:02 UTC 2018
vcl/source/uitest/uiobject.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b29c5cd859fbc26184b3ef0abac297736ef0714c
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
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 <ci at libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
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;
}
More information about the Libreoffice-commits
mailing list