From 7724e504be75fdf2a90b0ffc19dce3df76ed14a6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 19 Nov 2023 13:25:26 +0100 Subject: Extended loplugin:ostr: sw Change-Id: I210f61f6d90776b086b7058fb1a831d235699fb7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159670 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sw/qa/extras/txtimport/txtimport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/qa/extras/txtimport') diff --git a/sw/qa/extras/txtimport/txtimport.cxx b/sw/qa/extras/txtimport/txtimport.cxx index 87bf86274b53..bf9c45de2d35 100644 --- a/sw/qa/extras/txtimport/txtimport.cxx +++ b/sw/qa/extras/txtimport/txtimport.cxx @@ -62,7 +62,7 @@ CPPUNIT_TEST_FIXTURE(TxtImportTest, testTdf112191) bool bSuccess = sw::XTextRangeToSwPaM(aPaM, xPara); CPPUNIT_ASSERT(bSuccess); - assertExportedRange("First bullet", aPaM); + assertExportedRange("First bullet"_ostr, aPaM); // but when we extend to the next paragraph - now there are bullets xPara = getParagraph(6); -- cgit