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
867c09c8
Commit
867c09c8
authored
Jun 23, 2017
by
Sergey Konovalov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x14:conditionalFormatting DxfId starts from 0
parent
cd12777c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Common/DocxFormat/Source/XlsxFormat/Xlsx.h
Common/DocxFormat/Source/XlsxFormat/Xlsx.h
+2
-1
No files found.
Common/DocxFormat/Source/XlsxFormat/Xlsx.h
View file @
867c09c8
...
...
@@ -163,8 +163,9 @@ namespace OOX
if
(
!
m_pStyles
->
m_oDxfs
.
IsInit
())
m_pStyles
->
m_oDxfs
.
Init
();
m_pStyles
->
m_oDxfs
->
m_arrItems
.
push_back
(
rule
->
m_oDxf
.
GetPointerEmptyNullable
());
//DxfId starts from 0
rule
->
m_oDxfId
=
std
::
to_wstring
(
m_pStyles
->
m_oDxfs
->
m_arrItems
.
size
());
m_pStyles
->
m_oDxfs
->
m_arrItems
.
push_back
(
rule
->
m_oDxf
.
GetPointerEmptyNullable
());
}
}
}
...
...
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