Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
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
sdkjs
Commits
57e67b40
Commit
57e67b40
authored
Apr 26, 2016
by
konovalovsergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove duplicate c_oSer_ColorType
parent
12b8b0fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
word/Editor/Serialize2.js
word/Editor/Serialize2.js
+2
-6
No files found.
word/Editor/Serialize2.js
View file @
57e67b40
...
@@ -498,10 +498,6 @@ var c_oSer_pgMarType = {
...
@@ -498,10 +498,6 @@ var c_oSer_pgMarType = {
Header
:
4
,
Header
:
4
,
Footer
:
5
Footer
:
5
};
};
var
c_oSer_ColorType
=
{
None
:
0
,
Auto
:
1
};
var
c_oSer_CommentsType
=
{
var
c_oSer_CommentsType
=
{
Comment
:
0
,
Comment
:
0
,
Id
:
1
,
Id
:
1
,
...
@@ -2014,7 +2010,7 @@ function Binary_rPrWriter(memory, saveParams)
...
@@ -2014,7 +2010,7 @@ function Binary_rPrWriter(memory, saveParams)
{
{
this
.
memory
.
WriteByte
(
c_oSerProp_rPrType
.
HighLightTyped
);
this
.
memory
.
WriteByte
(
c_oSerProp_rPrType
.
HighLightTyped
);
this
.
memory
.
WriteByte
(
c_oSerPropLenType
.
Byte
);
this
.
memory
.
WriteByte
(
c_oSerPropLenType
.
Byte
);
this
.
memory
.
WriteByte
(
c_oSer_ColorType
.
None
);
this
.
memory
.
WriteByte
(
c_oSer_ColorType
.
Auto
);
}
}
else
else
{
{
...
@@ -6933,7 +6929,7 @@ function Binary_rPrReader(doc, oReadResult, stream)
...
@@ -6933,7 +6929,7 @@ function Binary_rPrReader(doc, oReadResult, stream)
break
;
break
;
case
c_oSerProp_rPrType
.
HighLightTyped
:
case
c_oSerProp_rPrType
.
HighLightTyped
:
var
nHighLightTyped
=
this
.
stream
.
GetUChar
();
var
nHighLightTyped
=
this
.
stream
.
GetUChar
();
if
(
nHighLightTyped
==
c_oSer_ColorType
.
None
)
if
(
nHighLightTyped
==
c_oSer_ColorType
.
Auto
)
rPr
.
HighLight
=
highlight_None
;
rPr
.
HighLight
=
highlight_None
;
break
;
break
;
case
c_oSerProp_rPrType
.
RStyle
:
case
c_oSerProp_rPrType
.
RStyle
:
...
...
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