diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-28 17:54:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-28 18:26:55 +0200 |
commit | 0d368642173fa93bb4cdab574423904530bc90a7 (patch) | |
tree | 83d95c236a43adf64d72f32332e9061c612ec462 /svl/qa | |
parent | 832614ffcc771acdfe311e223e66caf58a42918e (diff) |
loplugin:salunicodeliteral: svl
Change-Id: Iaa5b97267b6487c37744bd08d21c82015da9d522
Diffstat (limited to 'svl/qa')
-rw-r--r-- | svl/qa/unit/test_lngmisc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/qa/unit/test_lngmisc.cxx b/svl/qa/unit/test_lngmisc.cxx index 7ba980373849..8e7f8df57470 100644 --- a/svl/qa/unit/test_lngmisc.cxx +++ b/svl/qa/unit/test_lngmisc.cxx @@ -129,7 +129,7 @@ namespace CPPUNIT_ASSERT(bModified); CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(32), str4.getLength()); for(int i = 0; i < 32; i++) - CPPUNIT_ASSERT_EQUAL(static_cast<sal_Unicode>(' '), str4[i]); + CPPUNIT_ASSERT_EQUAL(u' ', str4[i]); } void LngMiscTest::testGetThesaurusReplaceText() |