summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-30 23:43:10 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:01:52 +0200
commitbd262e8803811f7a5cfc77907090709d723fe9d5 (patch)
tree81b1759c01930d68ba71a72f73effc8b44f7577b /vcl/source
parent073c47e3719acdc5094144a1cba813317aec88a5 (diff)
uitest: fix wrong factory function for checkboxes
Change-Id: I6392fbf162869c400a9f992e64a145f3bea8f2bc
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/control/button.cxx2
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 ) :