diff options
Diffstat (limited to 'sd/source/console/PresenterTimer.cxx')
-rw-r--r-- | sd/source/console/PresenterTimer.cxx | 2 |
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); } |