Kaydet (Commit) c6eb3bf5 authored tarafından Eike Rathke's avatar Eike Rathke

Check also ScOoxPasswordHash::verifyPassword(), tdf#104250 prep

Change-Id: Idf1ec7a4b7cde674891df05aae369c403c028fee
üst d841f348
......@@ -362,6 +362,11 @@ bool ScTableProtectionImpl::verifyPassword(const OUString& aPassText) const
return aHash2 == maPassHash;
}
// Not yet generated or tracked with meHash1 or meHash2, but can be read
// from OOXML.
if (maPasswordHash.verifyPassword( aPassText))
return true;
return false;
}
......
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