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
d621873d
Commit
d621873d
authored
Nov 10, 2016
by
konovalovsergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
error save xlsx with vertAlign
parent
6f495161
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Common/DocxFormat/Source/XlsxFormat/Styles/rPr.h
Common/DocxFormat/Source/XlsxFormat/Styles/rPr.h
+3
-3
No files found.
Common/DocxFormat/Source/XlsxFormat/Styles/rPr.h
View file @
d621873d
...
...
@@ -737,9 +737,9 @@ namespace OOX
if
(
m_oVertAlign
.
IsInit
()
&&
m_oVertAlign
->
m_oVerticalAlign
.
IsInit
())
{
CString
sVerticalAlign
=
m_oVertAlign
->
m_oVerticalAlign
->
ToString
();
writer
.
WriteString
(
L"
vertAlign
=
\"
"
);
writer
.
WriteString
(
L"
<vertAlign val
=
\"
"
);
writer
.
WriteString
(
sVerticalAlign
.
GetBuffer
());
writer
.
WriteString
(
L"
\"
"
);
writer
.
WriteString
(
L"
\"
/>
"
);
sVerticalAlign
.
ReleaseBuffer
();
}
writer
.
WriteString
(
_T
(
"</rPr>"
));
...
...
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