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
2c4bb7c8
Commit
2c4bb7c8
authored
Mar 23, 2017
by
konovalovsergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
for bug 34498. ULong
parent
15a71139
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ASCOfficeDocxFile2/BinReader/Readers.h
ASCOfficeDocxFile2/BinReader/Readers.h
+1
-1
ASCOfficeDocxFile2/BinWriter/BinWriters.h
ASCOfficeDocxFile2/BinWriter/BinWriters.h
+1
-1
No files found.
ASCOfficeDocxFile2/BinReader/Readers.h
View file @
2c4bb7c8
...
...
@@ -6689,7 +6689,7 @@ public:
else
if
(
c_oSerImageType2
::
RelativeHeight
==
type
)
{
pDrawingProperty
->
bRelativeHeight
=
true
;
pDrawingProperty
->
RelativeHeight
=
m_oBufferedStream
.
GetLong
();
pDrawingProperty
->
RelativeHeight
=
m_oBufferedStream
.
Get
U
Long
();
}
else
if
(
c_oSerImageType2
::
BSimplePos
==
type
)
{
...
...
ASCOfficeDocxFile2/BinWriter/BinWriters.h
View file @
2c4bb7c8
...
...
@@ -5651,7 +5651,7 @@ namespace BinDocxRW
{
m_oBcw
.
m_oStream
.
WriteBYTE
(
c_oSerImageType2
::
RelativeHeight
);
m_oBcw
.
m_oStream
.
WriteBYTE
(
c_oSerPropLenType
::
Long
);
m_oBcw
.
m_oStream
.
WriteLONG
(
pAnchor
.
m_oRelativeHeight
->
GetValue
());
m_oBcw
.
m_oStream
.
Write
U
LONG
(
pAnchor
.
m_oRelativeHeight
->
GetValue
());
}
if
(
pAnchor
.
m_bSimplePos
.
IsInit
())
{
...
...
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