sc/qa/unit/copy_paste_test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9321b5288d2263247b0c089151a31aeba8e1a0d3 Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Jun 6 14:30:47 2016 +0200 loplugin:simplifybool Change-Id: I38d30d086bfd819eab806696aa4c9ad830667113 diff --git a/sc/qa/unit/copy_paste_test.cxx b/sc/qa/unit/copy_paste_test.cxx index 0e9addf..8f7b959 100644 --- a/sc/qa/unit/copy_paste_test.cxx +++ b/sc/qa/unit/copy_paste_test.cxx @@ -208,7 +208,7 @@ void ScCopyPasteTest::testTdf84411() CPPUNIT_ASSERT(pModel != nullptr); bool bOpenCLState = ScCalcConfig::isOpenCLEnabled(); pModel->enableOpenCL(false); - CPPUNIT_ASSERT(ScCalcConfig::isOpenCLEnabled() == false); + CPPUNIT_ASSERT(!ScCalcConfig::isOpenCLEnabled()); pModel->enableAutomaticCalculation(true); CPPUNIT_ASSERT( ScCalcConfig::isSwInterpreterEnabled() ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits