summaryrefslogtreecommitdiff
path: root/include/vcl/uitest/logger.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/uitest/logger.hxx')
-rw-r--r--include/vcl/uitest/logger.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/uitest/logger.hxx b/include/vcl/uitest/logger.hxx
index 2500c0d6f58e..c810b7eb7de7 100644
--- a/include/vcl/uitest/logger.hxx
+++ b/include/vcl/uitest/logger.hxx
@@ -43,7 +43,7 @@ private:
public:
UITestLogger();
- void logCommand(const OUString& rAction,
+ void logCommand(std::u16string_view rAction,
const css::uno::Sequence<css::beans::PropertyValue>& rArgs);
void logAction(VclPtr<Control> const& xUIElement, VclEventId nEvent);