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
4925b470
Commit
4925b470
authored
Jun 26, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x2t version up 2.4.466
parent
afdaacb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
ASCOfficeDocxFile2/BinReader/Readers.h
ASCOfficeDocxFile2/BinReader/Readers.h
+8
-4
X2tConverter/build/Qt/X2tConverter.pri
X2tConverter/build/Qt/X2tConverter.pri
+1
-1
No files found.
ASCOfficeDocxFile2/BinReader/Readers.h
View file @
4925b470
...
...
@@ -3867,9 +3867,11 @@ public:
pMoveFromRangeStart
->
m_oColLast
->
SetValue
(
m_oBufferedStream
.
GetLong
());
}
else
if
(
c_oSerMoveRange
::
Date
==
type
)
{
{
std
::
wstring
strValue
=
m_oBufferedStream
.
GetString3
(
length
);
pMoveFromRangeStart
->
m_oDate
.
Init
();
pMoveFromRangeStart
->
m_oDate
->
SetValue
(
m_oBufferedStream
.
GetString3
(
length
)
);
pMoveFromRangeStart
->
m_oDate
->
SetValue
(
strValue
);
}
else
if
(
c_oSerMoveRange
::
DisplacedByCustomXml
==
type
)
{
...
...
@@ -3915,9 +3917,11 @@ public:
pMoveToRangeStart
->
m_oColLast
->
SetValue
(
m_oBufferedStream
.
GetLong
());
}
else
if
(
c_oSerMoveRange
::
Date
==
type
)
{
{
std
::
wstring
strValue
=
m_oBufferedStream
.
GetString3
(
length
);
pMoveToRangeStart
->
m_oDate
.
Init
();
pMoveToRangeStart
->
m_oDate
->
SetValue
(
m_oBufferedStream
.
GetString3
(
length
)
);
pMoveToRangeStart
->
m_oDate
->
SetValue
(
strValue
);
}
else
if
(
c_oSerMoveRange
::
DisplacedByCustomXml
==
type
)
{
...
...
X2tConverter/build/Qt/X2tConverter.pri
View file @
4925b470
...
...
@@ -7,7 +7,7 @@
QT -= core
QT -= gui
VERSION = 2.4.46
5
.0
VERSION = 2.4.46
6
.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