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/qa/cppunit/GraphicTest.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/qa/cppunit/GraphicTest.cxx')
-rw-r--r-- | vcl/qa/cppunit/GraphicTest.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/qa/cppunit/GraphicTest.cxx b/vcl/qa/cppunit/GraphicTest.cxx index ef9678e42197..94cbd654b5ce 100644 --- a/vcl/qa/cppunit/GraphicTest.cxx +++ b/vcl/qa/cppunit/GraphicTest.cxx @@ -146,8 +146,8 @@ bool checkBitmap(Graphic& rGraphic) return bResult; } -constexpr OUStringLiteral DATA_DIRECTORY = u"/vcl/qa/cppunit/data/"; -constexpr OUStringLiteral PDFEXPORT_DATA_DIRECTORY = u"/vcl/qa/cppunit/pdfexport/data/"; +constexpr OUString DATA_DIRECTORY = u"/vcl/qa/cppunit/data/"_ustr; +constexpr OUString PDFEXPORT_DATA_DIRECTORY = u"/vcl/qa/cppunit/pdfexport/data/"_ustr; Graphic loadGraphic(std::u16string_view const& rFilename) { |