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

No need to check if null here

Change-Id: I4e3841d72eb0dd72ae47f6b75126e559067dd5bf
üst 8277bbbf
......@@ -1673,8 +1673,7 @@ void AssistentDlgImpl::SavePassword( SfxObjectShellLock xDoc, const OUString& rP
maPasswordList.push_back( pEntry );
}
if(pEntry)
pEntry->aEncryptionData = aEncryptionData;
pEntry->aEncryptionData = aEncryptionData;
}
}
}
......
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