summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-13 10:46:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-13 10:46:49 +0200
commit63e1890675ecaaf50d855a1daf85fc41798bb898 (patch)
tree452f3b0f020dc3806a0be838813bc8ac8ba92e0c
parentf3bf85b8cacb0bf43e646f3c67f704cc89b72323 (diff)
loplugin:stringconstant
Change-Id: I2444c480d5bd1aca814bdf1159f8857fcaa85830
-rw-r--r--sw/qa/extras/uiwriter/uiwriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 2230c76d2585..d59f3b3d489b 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -2189,7 +2189,7 @@ void SwUiWriterTest::testUnicodeNotationToggle()
pWrtShell->EndPara();
sOriginalDocString = pWrtShell->GetCrsr()->GetNode().GetTextNode()->GetText();
- CPPUNIT_ASSERT( sOriginalDocString.equals("uU+2b") );
+ CPPUNIT_ASSERT_EQUAL(OUString("uU+2b"), sOriginalDocString);
lcl_dispatchCommand(mxComponent, ".uno:UnicodeNotationToggle", aPropertyValues);
sExpectedString = "u+";