summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unomod.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-10-19 10:30:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-10-20 18:43:34 +0200
commitb60b3b5bbcc8db61bb24d3866b48cb4c63eb4f30 (patch)
tree0435420b4663f607f8a81fd944378cae54ea676a /svx/source/unodraw/unomod.cxx
parent7c59c59a0b6abee5d2c147139a79051a190939aa (diff)
Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svx
Change-Id: Ib5028b826a3f62303b9e0502af70ad62c578fbb1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158240 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svx/source/unodraw/unomod.cxx')
-rw-r--r--svx/source/unodraw/unomod.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unomod.cxx b/svx/source/unodraw/unomod.cxx
index 28f9558ac320..e5927030d133 100644
--- a/svx/source/unodraw/unomod.cxx
+++ b/svx/source/unodraw/unomod.cxx
@@ -374,7 +374,7 @@ uno::Reference< uno::XInterface > SAL_CALL SvxUnoDrawingModel::createInstance( c
uno::Reference< uno::XInterface > xRet;
- static constexpr OUStringLiteral aPackagePrefix( u"com.sun.star.presentation." );
+ static constexpr OUString aPackagePrefix( u"com.sun.star.presentation."_ustr );
if( aServiceSpecifier.startsWith( aPackagePrefix ) )
{
SvxShape* pShape = nullptr;