summaryrefslogtreecommitdiff
path: root/sd/source/console/PresenterTimer.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-05-16 15:37:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-05-16 18:17:41 +0200
commit57ed936badf1e8bb1931fd8c4eb27b13a7c7171d (patch)
tree8d8fe42f09589aa0fc61b4f2b595e840805643db /sd/source/console/PresenterTimer.cxx
parentbb4f17adcd6fb25aeab78dc0754c591968e40d76 (diff)
loplugin:ostr in sd/../console
Change-Id: I93a0373087f93d2ca754c95e5eba283b6cfb8ebe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167745 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'sd/source/console/PresenterTimer.cxx')
-rw-r--r--sd/source/console/PresenterTimer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/console/PresenterTimer.cxx b/sd/source/console/PresenterTimer.cxx
index ed7be4cbc9c1..232c82bafa27 100644
--- a/sd/source/console/PresenterTimer.cxx
+++ b/sd/source/console/PresenterTimer.cxx
@@ -447,7 +447,7 @@ PresenterClockTimer::PresenterClockTimer (const Reference<XComponentContext>& rx
if (xFactory.is())
mxRequestCallback.set(
xFactory->createInstanceWithContext(
- "com.sun.star.awt.AsyncCallback",
+ u"com.sun.star.awt.AsyncCallback"_ustr,
rxContext),
UNO_QUERY_THROW);
}