summaryrefslogtreecommitdiff
path: root/slideshow/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-05-13 09:52:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-05-13 14:44:04 +0200
commitb6652dae45a469bc0e357ff4755a92992b0856e9 (patch)
tree2d13c451f208579aae8e27d6246f813de221eed4 /slideshow/qa
parent3c76913a5a8fa73f06197dc6b69ba6f4b7a9b33f (diff)
loplugin:ostr in slideshow
Change-Id: I87b391b95a75a1ddc4e26dcd0bbd557f8bd3b17b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167578 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'slideshow/qa')
-rw-r--r--slideshow/qa/engine/engine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/qa/engine/engine.cxx b/slideshow/qa/engine/engine.cxx
index ee7f705713b5..6644ddae0d4c 100644
--- a/slideshow/qa/engine/engine.cxx
+++ b/slideshow/qa/engine/engine.cxx
@@ -24,7 +24,7 @@ class Test : public UnoApiTest
{
public:
Test()
- : UnoApiTest("slideshow/qa/engine/data/")
+ : UnoApiTest(u"slideshow/qa/engine/data/"_ustr)
{
}
};