summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-16 13:53:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-16 14:00:19 +0200
commite82bc17d87762f99594ab046a02d1f358e77e30b (patch)
treedc2d445cd75f1f7791153aaa17685841a1fc5d9a /sal
parentb0494019dfb9224c8f0e83f55f4dbd639fe4fc78 (diff)
loplugin:simplifybool
Change-Id: I9c4be053a8e39683e0d557a7a6be109507374d70
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/file/osl_File.cxx2
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()