diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-10-19 10:32:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-10-20 23:30:58 +0200 |
commit | c184f93863c27c5a59614ad0c47bea699abb1e7b (patch) | |
tree | 4a953e83aabab031afdcd37360875a1b032ff2c4 /sd/source/ui/framework | |
parent | 9108c6e2755b8d6de3b20ad9a868dd393d5b80a8 (diff) |
Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sd
Change-Id: I4dc708ee57a7e305f4e377bde0e486299df56f0d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158297
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd/source/ui/framework')
-rw-r--r-- | sd/source/ui/framework/factories/PresentationFactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/factories/PresentationFactory.cxx b/sd/source/ui/framework/factories/PresentationFactory.cxx index b6dc735fdc07..d859ac3fbe83 100644 --- a/sd/source/ui/framework/factories/PresentationFactory.cxx +++ b/sd/source/ui/framework/factories/PresentationFactory.cxx @@ -68,7 +68,7 @@ private: //===== PresentationFactory =================================================== -constexpr OUStringLiteral gsPresentationViewURL = u"private:resource/view/Presentation"; +constexpr OUString gsPresentationViewURL = u"private:resource/view/Presentation"_ustr; PresentationFactory::PresentationFactory ( const rtl::Reference<::sd::DrawController>& rxController) |