vcl/source/uitest/uiobject.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 996af54669056770c4d60f700adb60b353bf11e1
Author: Markus Mohrhard <[email protected]>
Date: Wed Dec 21 14:35:20 2016 +0100
uitest: forward unhandled actions to parent's method
Change-Id: Ic5c42b37018e63dc25d9a9fcd4d79a2a52257642
Reviewed-on: https://gerrit.libreoffice.org/32281
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 4fc2e85..0aff1e0 100644
--- a/vcl/source/uitest/uiobject.cxx
+++ b/vcl/source/uitest/uiobject.cxx
@@ -746,6 +746,8 @@ void ListBoxUIObject::execute(const OUString& rAction,
}
mxListBox->Select();
}
+ else
+ WindowUIObject::execute(rAction, rParameters);
}
StringMap ListBoxUIObject::get_state()
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits