Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
77df8aac
Commit
77df8aac
authored
May 31, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ce45b280
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
X2tConverter/src/ASCConverters.cpp
X2tConverter/src/ASCConverters.cpp
+0
-1
X2tConverter/src/ASCConverters.h
X2tConverter/src/ASCConverters.h
+2
-0
No files found.
X2tConverter/src/ASCConverters.cpp
View file @
77df8aac
...
@@ -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
)
{
{
...
...
X2tConverter/src/ASCConverters.h
View file @
77df8aac
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment