Kaydet (Commit) cf780fa4 authored tarafından David Tardon's avatar David Tardon

WaE: converting ‘false’ to pointer type

üst 3f02f62e
......@@ -1551,7 +1551,7 @@ ScChangeTrack* XclExpChangeTrack::CreateTempChangeTrack()
OSL_ENSURE( nOrigCount == pTempDoc->GetTableCount(),
"XclExpChangeTrack::CreateTempChangeTrack - table count mismatch" );
if( nOrigCount != pTempDoc->GetTableCount() )
return false;
return NULL;
return pOrigChangeTrack->Clone(pTempDoc);
}
......
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