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
39e41405
Commit
39e41405
authored
Apr 27, 2017
by
Sergey Konovalov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
for save pivot
parent
bd90de85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Common/DocxFormat/Source/XlsxFormat/Pivot/PivotCacheDefinition.h
...DocxFormat/Source/XlsxFormat/Pivot/PivotCacheDefinition.h
+1
-1
No files found.
Common/DocxFormat/Source/XlsxFormat/Pivot/PivotCacheDefinition.h
View file @
39e41405
...
...
@@ -114,11 +114,11 @@ namespace OOX
memcpy
(
m_pData
,
pData
,
nTreshold
);
memcpy
(
m_pData
+
nTreshold
,
rIdAttr
.
c_str
(),
rIdAttr
.
length
());
memcpy
(
m_pData
+
nTreshold
+
rIdAttr
.
length
(),
pData
+
nTreshold
,
length
-
nTreshold
);
}
else
{
m_nDataLength
=
length
;
m_pData
=
new
BYTE
[
m_nDataLength
];
memcpy
(
m_pData
,
pData
,
length
);
}
}
...
...
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