diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-10-19 10:30:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-10-20 22:48:21 +0200 |
commit | d49abee2132d6c572afa86898929fc2ad5b982b1 (patch) | |
tree | 6ea1ad89d558d4a251b4577bf7c6b2d9d566459f /vcl/source/image/ImplImageTree.cxx | |
parent | 0c07a65377d3c2ba50128322fb036f990e17af82 (diff) |
Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: vcl
Change-Id: Iaeacacbbb0eec907d884219aa2bcfe7a86f00a2c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158291
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/source/image/ImplImageTree.cxx')
-rw-r--r-- | vcl/source/image/ImplImageTree.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/image/ImplImageTree.cxx b/vcl/source/image/ImplImageTree.cxx index a178211dbb2c..94ce3b94cfe4 100644 --- a/vcl/source/image/ImplImageTree.cxx +++ b/vcl/source/image/ImplImageTree.cxx @@ -578,7 +578,7 @@ bool ImplImageTree::findImage(std::vector<OUString> const & rPaths, ImageRequest void ImplImageTree::loadImageLinks() { - static constexpr OUStringLiteral aLinkFilename(u"links.txt"); + static constexpr OUString aLinkFilename(u"links.txt"_ustr); if (!checkPathAccess()) return; |