vcl/source/uitest/uiobject.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b29c5cd859fbc26184b3ef0abac297736ef0714c
Author: Markus Mohrhard <markus.mohrh...@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 <c...@libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrh...@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;
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to