Commit 77df8aac authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent ce45b280
...@@ -1519,7 +1519,6 @@ namespace NExtractTools ...@@ -1519,7 +1519,6 @@ namespace NExtractTools
std::wstring password = params.getPassword(); std::wstring password = params.getPassword();
ECMACryptFile cryptReader; ECMACryptFile cryptReader;
bool bDataIntegrity = false;
if (cryptReader.EncryptOfficeFile(sFrom, sTo, password) == false) if (cryptReader.EncryptOfficeFile(sFrom, sTo, password) == false)
{ {
......
...@@ -129,6 +129,8 @@ namespace NExtractTools ...@@ -129,6 +129,8 @@ namespace NExtractTools
int mscrypt2oot (const std::wstring &sFrom, const std::wstring &sTo, const std::wstring & sTemp, InputParams& params); int mscrypt2oot (const std::wstring &sFrom, const std::wstring &sTo, const std::wstring & sTemp, InputParams& params);
int mscrypt2oot_bin (const std::wstring &sFrom, const std::wstring &sTo, const std::wstring & sTemp, InputParams& params); int mscrypt2oot_bin (const std::wstring &sFrom, const std::wstring &sTo, const std::wstring & sTemp, InputParams& params);
int oox2mscrypt (const std::wstring &sFrom, const std::wstring &sTo, const std::wstring & sTemp, InputParams& params);
//------------------------------------------------------------------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------------------------------------------------------------------
int dir2zip (const std::wstring &sFrom, const std::wstring &sTo); int dir2zip (const std::wstring &sFrom, const std::wstring &sTo);
int zip2dir (const std::wstring &sFrom, const std::wstring &sTo); int zip2dir (const std::wstring &sFrom, const std::wstring &sTo);
......
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