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
668d0c2a
Commit
668d0c2a
authored
Sep 25, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x2t version up
parent
e7dae4b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
ASCOfficePPTFile/PPTFormatLib/Records/ExOleObjAtom.h
ASCOfficePPTFile/PPTFormatLib/Records/ExOleObjAtom.h
+2
-2
ASCOfficePPTFile/PPTFormatLib/Records/VBAInfoAtom.h
ASCOfficePPTFile/PPTFormatLib/Records/VBAInfoAtom.h
+2
-2
X2tConverter/build/Qt/X2tConverter.pri
X2tConverter/build/Qt/X2tConverter.pri
+1
-1
No files found.
ASCOfficePPTFile/PPTFormatLib/Records/ExOleObjAtom.h
View file @
668d0c2a
...
...
@@ -115,7 +115,7 @@ public:
m_sFileName
=
m_strTmpDirectory
+
FILE_SEPARATOR_STR
+
L"oleObject_xxx.bin"
;
NSFile
::
CFileBinary
file
;
if
(
file
.
CreateFile
(
m_sFileName
))
if
(
file
.
CreateFileW
(
m_sFileName
))
{
file
.
WriteFile
(
pData
,
decompressedSize
);
file
.
CloseFile
();
...
...
@@ -126,4 +126,4 @@ public:
}
};
\ No newline at end of file
};
ASCOfficePPTFile/PPTFormatLib/Records/VBAInfoAtom.h
View file @
668d0c2a
...
...
@@ -106,7 +106,7 @@ public:
m_sFileName
=
m_strTmpDirectory
+
FILE_SEPARATOR_STR
+
L"vbaProject.bin"
;
NSFile
::
CFileBinary
file
;
if
(
file
.
CreateFile
(
m_sFileName
))
if
(
file
.
CreateFileW
(
m_sFileName
))
{
file
.
WriteFile
(
pData
,
decompressedSize
);
file
.
CloseFile
();
...
...
@@ -115,4 +115,4 @@ public:
pData
=
NULL
;
}
};
\ No newline at end of file
};
X2tConverter/build/Qt/X2tConverter.pri
View file @
668d0c2a
...
...
@@ -7,7 +7,7 @@
QT -= core
QT -= gui
VERSION = 2.4.48
0
.0
VERSION = 2.4.48
1
.0
DEFINES += INTVER=$$VERSION
TARGET = x2t
...
...
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