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
e71342c4
Commit
e71342c4
authored
Oct 31, 2016
by
konovalovsergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove copy Editor.bin for version history
parent
cc17929f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
X2tConverter/src/cextracttools.cpp
X2tConverter/src/cextracttools.cpp
+3
-3
No files found.
X2tConverter/src/cextracttools.cpp
View file @
e71342c4
...
...
@@ -349,9 +349,9 @@ namespace NExtractTools
std
::
wstring
sImageCopy
=
sChangesDir
+
FILE_SEPARATOR_STR
+
sImageName
;
NSFile
::
CFileBinary
::
Copy
(
sImage
,
sImageCopy
);
}
//copy doct for version history
std
::
wstring
sBinCopy
=
sChangesDir
+
FILE_SEPARATOR_STR
+
NSSystemPath
::
GetFileName
(
sBinFrom
);
NSFile
::
CFileBinary
::
Copy
(
sBinFrom
,
sBinCopy
);
//
//
copy doct for version history
//
std::wstring sBinCopy = sChangesDir + FILE_SEPARATOR_STR + NSSystemPath::GetFileName(sBinFrom);
//
NSFile::CFileBinary::Copy(sBinFrom, sBinCopy);
std
::
wstring
sToResultDir
=
FileSystem
::
Directory
::
GetFolderPath
(
sToResult
);
std
::
wstring
sTo
=
sToResultDir
+
FILE_SEPARATOR_STR
+
_T
(
"changes.zip"
);
...
...
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