From 3591554df303958e519d8758acd595975809c827 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 27 Apr 2015 15:28:41 +0200 Subject: More loplugin:simplifybool Change-Id: I9414d9167213c0156fb97559a8af5e55a4e1c1de --- sal/qa/rtl/strings/test_oustring_stringliterals.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal/qa/rtl/strings/test_oustring_stringliterals.cxx') diff --git a/sal/qa/rtl/strings/test_oustring_stringliterals.cxx b/sal/qa/rtl/strings/test_oustring_stringliterals.cxx index c237b1732012..a1261043ba10 100644 --- a/sal/qa/rtl/strings/test_oustring_stringliterals.cxx +++ b/sal/qa/rtl/strings/test_oustring_stringliterals.cxx @@ -132,7 +132,7 @@ void test::oustring::StringLiterals::checkUsage() CPPUNIT_ASSERT( foobarfoo.replaceAll( "foo", "test" ) == "testbartest" ); CPPUNIT_ASSERT( foo.reverseCompareTo( "foo" ) == 0 ); // if this is not true, some of the calls above converted to OUString - CPPUNIT_ASSERT( rtl_string_unittest_const_literal == false ); + CPPUNIT_ASSERT( !rtl_string_unittest_const_literal ); } void test::oustring::StringLiterals::checkExtraIntArgument() -- cgit