summaryrefslogtreecommitdiff
path: root/sd/source/console/PresenterPaneContainer.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/PresenterPaneContainer.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/PresenterPaneContainer.cxx')
-rw-r--r--sd/source/console/PresenterPaneContainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/console/PresenterPaneContainer.cxx b/sd/source/console/PresenterPaneContainer.cxx
index b28f36a399a7..c844fb010430 100644
--- a/sd/source/console/PresenterPaneContainer.cxx
+++ b/sd/source/console/PresenterPaneContainer.cxx
@@ -35,7 +35,7 @@ PresenterPaneContainer::PresenterPaneContainer (
{
mxPresenterHelper.set(
xFactory->createInstanceWithContext(
- "com.sun.star.comp.Draw.PresenterHelper",
+ u"com.sun.star.comp.Draw.PresenterHelper"_ustr,
rxContext),
UNO_QUERY_THROW);
}