diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-16 13:53:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-16 14:00:19 +0200 |
commit | e82bc17d87762f99594ab046a02d1f358e77e30b (patch) | |
tree | dc2d445cd75f1f7791153aaa17685841a1fc5d9a | |
parent | b0494019dfb9224c8f0e83f55f4dbd639fe4fc78 (diff) |
loplugin:simplifybool
Change-Id: I9c4be053a8e39683e0d557a7a6be109507374d70
-rw-r--r-- | sal/qa/osl/file/osl_File.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx index 5ea14eea01e2..dbb9b123e980 100644 --- a/sal/qa/osl/file/osl_File.cxx +++ b/sal/qa/osl/file/osl_File.cxx @@ -2588,7 +2588,7 @@ namespace osl_File CPPUNIT_ASSERT( ::osl::FileBase::E_None == nError1 ); CPPUNIT_ASSERT_MESSAGE( "test for isEndOfFile function: set the position to end, check if reach end", - sal_True == *pEOF ); + *pEOF ); } void isEndOfFile_002() |