summaryrefslogtreecommitdiff
path: root/sw/qa/extras/txtimport
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-11-19 13:25:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2023-11-19 17:29:47 +0100
commit7724e504be75fdf2a90b0ffc19dce3df76ed14a6 (patch)
treeb17fc046d3792b25cdf7b84ccfc02ccf4d6713a3 /sw/qa/extras/txtimport
parent35972b1fbe3dd26c2e384d6e65ef77ef90d5d2a3 (diff)
Extended loplugin:ostr: sw
Change-Id: I210f61f6d90776b086b7058fb1a831d235699fb7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159670 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/qa/extras/txtimport')
-rw-r--r--sw/qa/extras/txtimport/txtimport.cxx2
1 files changed, 1 insertions, 1 deletions
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);