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

uitest: start logging the actions on UI elements

Change-Id: I9d82cb22dcbd15c92564c740b1c7e08484f1dd65
Reviewed-on: https://gerrit.libreoffice.org/35449Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst dade97c9
......@@ -26,6 +26,7 @@
#include <vcl/decoview.hxx>
#include <vcl/salnativewidgets.hxx>
#include <vcl/settings.hxx>
#include <vcl/uitest/logger.hxx>
#include <textlayout.hxx>
#include <svdata.hxx>
......@@ -300,6 +301,7 @@ void Control::AppendLayoutData( const Control& rSubControl ) const
bool Control::ImplCallEventListenersAndHandler( VclEventId nEvent, std::function<void()> const & callHandler )
{
VclPtr<Control> xThis(this);
UITestLogger::getInstance().logAction(xThis, nEvent);
CallEventListeners( nEvent );
......
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