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
7b7bfbc5
Commit
7b7bfbc5
authored
May 07, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug 34916
parent
a70255e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ASCOfficeDocxFile2/BinWriter/BinWriters.h
ASCOfficeDocxFile2/BinWriter/BinWriters.h
+1
-1
No files found.
ASCOfficeDocxFile2/BinWriter/BinWriters.h
View file @
7b7bfbc5
...
...
@@ -7196,7 +7196,7 @@ namespace BinDocxRW
}
void
WriteColorSchemeMapping
(
const
PPTX
::
Logic
::
ClrMap
&
oColorSchemeMapping
)
{
int
re_index
[]
=
{
0
,
1
,
2
,
3
,
4
,
5
,
10
,
11
,
6
,
7
,
8
,
9
,
10
,
6
,
7
};
int
re_index
[]
=
{
0
,
1
,
2
,
3
,
4
,
5
,
10
,
11
,
6
,
7
,
8
,
9
,
10
,
11
,
10
,
6
,
7
};
int
nCurPos
=
0
;
std
::
map
<
std
::
wstring
,
PPTX
::
Limit
::
ColorSchemeIndex
>::
const_iterator
pFind
;
...
...
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