Kaydet (Commit) bd262e88 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

uitest: fix wrong factory function for checkboxes

Change-Id: I6392fbf162869c400a9f992e64a145f3bea8f2bc
üst 073c47e3
......@@ -3799,7 +3799,7 @@ void CheckBox::ShowFocus(const Rectangle& rRect)
FactoryFunction CheckBox::GetUITestFactory() const
{
return EditUIObject::create;
return CheckBoxUIObject::create;
}
ImageButton::ImageButton( vcl::Window* pParent, WinBits nStyle ) :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment