Kaydet (Commit) daac7e38 authored tarafından Julien Nabet's avatar Julien Nabet

coverity#982310 Logically dead code

Change-Id: Iee6d57bc9900d4c88d614eefe6878eaca6f5e2c3
üst 0e6a5bf1
...@@ -970,7 +970,7 @@ void* StgDirStrm::GetEntry( sal_Int32 n, bool bDirty ) ...@@ -970,7 +970,7 @@ void* StgDirStrm::GetEntry( sal_Int32 n, bool bDirty )
return NULL; return NULL;
n *= STGENTRY_SIZE; n *= STGENTRY_SIZE;
if( n < 0 && n >= nSize ) if( n >= nSize )
return NULL; return NULL;
return GetPtr( n, true, bDirty ); return GetPtr( n, true, bDirty );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment