summaryrefslogtreecommitdiff
path: root/sot/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-05-13 15:17:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-05-13 20:11:36 +0200
commita9cf09844ee35610cbf102895014a7f03f8de100 (patch)
tree24094bcbacbc16b3988bb7c296d6fcfb4c78be12 /sot/qa
parent16a9092595761acca0392b4e177b309371d04f15 (diff)
loplugin:ostr in sot
Change-Id: I782a071672b8c1fa2a843637fc5d7e993dbe0ef2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167599 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sot/qa')
-rw-r--r--sot/qa/cppunit/test_sot.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/qa/cppunit/test_sot.cxx b/sot/qa/cppunit/test_sot.cxx
index 76a4492001c1..f696ea576c88 100644
--- a/sot/qa/cppunit/test_sot.cxx
+++ b/sot/qa/cppunit/test_sot.cxx
@@ -137,7 +137,7 @@ namespace
xObjStor.is());
CPPUNIT_ASSERT_MESSAGE("sot storage failed to open",
!xObjStor->GetError());
- rtl::Reference<SotStorageStream> xStream = xObjStor->OpenSotStream("Book");
+ rtl::Reference<SotStorageStream> xStream = xObjStor->OpenSotStream(u"Book"_ustr);
CPPUNIT_ASSERT_MESSAGE("stream failed to open",
xStream.is());
CPPUNIT_ASSERT_MESSAGE("stream failed to open",