diff options
-rw-r--r-- | vcl/source/control/button.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx index 6c12fa9c48fa..caf22e4ef966 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -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 ) : |