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
0d7c8ebc
Commit
0d7c8ebc
authored
Nov 21, 2016
by
konovalovsergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
for bug 32797
parent
929252f6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Common/DocxFormat/Source/XlsxFormat/Xlsx.h
Common/DocxFormat/Source/XlsxFormat/Xlsx.h
+7
-1
No files found.
Common/DocxFormat/Source/XlsxFormat/Xlsx.h
View file @
0d7c8ebc
...
...
@@ -373,7 +373,13 @@ namespace OOX
if
(
false
==
pFont
->
m_oRFont
.
IsInit
())
{
pFont
->
m_oRFont
.
Init
();
pFont
->
m_oRFont
->
m_sVal
=
_T
(
"Arial"
);
pFont
->
m_oRFont
->
m_sVal
=
_T
(
"Calibri"
);
}
if
(
false
==
pFont
->
m_oScheme
.
IsInit
())
{
pFont
->
m_oScheme
.
Init
();
pFont
->
m_oScheme
->
m_oFontScheme
.
Init
();
pFont
->
m_oScheme
->
m_oFontScheme
->
SetValue
(
SimpleTypes
::
Spreadsheet
::
fontschemeMinor
);
}
if
(
false
==
pFont
->
m_oSz
.
IsInit
()
||
false
==
pFont
->
m_oSz
->
m_oVal
.
IsInit
())
{
...
...
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