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

Hold ScOoxPasswordHash at ScTableProtectionImpl, tdf#104250 prep

Change-Id: I8a3e7e0a29058708ac0a2c5b78afc69bf7bf04a6
üst f1fb9932
......@@ -132,6 +132,7 @@ private:
bool mbProtected;
ScPasswordHash meHash1;
ScPasswordHash meHash2;
ScOoxPasswordHash maPasswordHash;
::std::vector< ScEnhancedProtection > maEnhancedProtection;
};
......@@ -198,6 +199,7 @@ ScTableProtectionImpl::ScTableProtectionImpl(const ScTableProtectionImpl& r) :
mbProtected(r.mbProtected),
meHash1(r.meHash1),
meHash2(r.meHash2),
maPasswordHash(r.maPasswordHash),
maEnhancedProtection(r.maEnhancedProtection)
{
}
......
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