diff options
Diffstat (limited to 'tools/bootstrp/cppdep.cxx')
-rw-r--r-- | tools/bootstrp/cppdep.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bootstrp/cppdep.cxx b/tools/bootstrp/cppdep.cxx index c03a6a456bc0..3c3fd61c9d02 100644 --- a/tools/bootstrp/cppdep.cxx +++ b/tools/bootstrp/cppdep.cxx @@ -97,7 +97,7 @@ sal_Bool CppDep::Search(const rtl::OString &rFileName) rtl::OString aNewFile; if (!aResult.isEmpty()) - if ( (aNewFile = Exists( aResult )).getLength() ) + if ( !(aNewFile = Exists( aResult )).isEmpty() ) { sal_Bool bFound = sal_False; size_t nCount = m_aFileList.size(); |