summaryrefslogtreecommitdiff
path: root/include/vcl/uitest
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-03-21 19:40:00 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-03-21 21:30:45 +0000
commitcaf208166c01519f090ee88b1ddff809ed199007 (patch)
tree9103340764f1cb90eb2f828e3e8faaab5064b5ec /include/vcl/uitest
parent05101670aa885bf3c3972c9f75f8003c06837ff7 (diff)
uitest: better support for listbox logging
Change-Id: Ibd2625ba40cafdb07a2fcb5b2cfdd0e5f9e72b94 Reviewed-on: https://gerrit.libreoffice.org/35516 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/vcl/uitest')
-rw-r--r--include/vcl/uitest/uiobject.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx
index 4641b999722c..2edec77ae109 100644
--- a/include/vcl/uitest/uiobject.hxx
+++ b/include/vcl/uitest/uiobject.hxx
@@ -272,6 +272,8 @@ public:
static std::unique_ptr<UIObject> create(vcl::Window* pWindow);
+ virtual OUString get_action(VclEventId nEvent) const override;
+
protected:
virtual OUString get_name() const override;