diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-11-19 13:25:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-11-19 17:29:47 +0100 |
commit | 7724e504be75fdf2a90b0ffc19dce3df76ed14a6 (patch) | |
tree | b17fc046d3792b25cdf7b84ccfc02ccf4d6713a3 /sw/qa/extras/txtimport | |
parent | 35972b1fbe3dd26c2e384d6e65ef77ef90d5d2a3 (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.cxx | 2 |
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); |