summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/TypeSerializerTest.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-10-19 10:30:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-10-20 22:48:21 +0200
commitd49abee2132d6c572afa86898929fc2ad5b982b1 (patch)
tree6ea1ad89d558d4a251b4577bf7c6b2d9d566459f /vcl/qa/cppunit/TypeSerializerTest.cxx
parent0c07a65377d3c2ba50128322fb036f990e17af82 (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/TypeSerializerTest.cxx')
-rw-r--r--vcl/qa/cppunit/TypeSerializerTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/TypeSerializerTest.cxx b/vcl/qa/cppunit/TypeSerializerTest.cxx
index 2ffa3ec1257f..726843e19a03 100644
--- a/vcl/qa/cppunit/TypeSerializerTest.cxx
+++ b/vcl/qa/cppunit/TypeSerializerTest.cxx
@@ -34,7 +34,7 @@
namespace
{
-constexpr OUStringLiteral DATA_DIRECTORY = u"/vcl/qa/cppunit/data/";
+constexpr OUString DATA_DIRECTORY = u"/vcl/qa/cppunit/data/"_ustr;
std::vector<unsigned char> calculateHash(SvStream& rStream)
{