Commit 537becc6 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

не собиралось под мак

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@67205 954022d7-b5bf-4e40-9824-e11837661b57
parent 958627d1
......@@ -207,7 +207,7 @@ int AXS::serialize(std::wostream & _stream)
_CP_OPT(unsigned int) color;
if (tick) color = ( tick->rgb.red << 16) + (tick->rgb.green << 8) + tick->rgb.blue;
int iFont = font ? font->iFont : 0;
int iFont = font ? (_UINT16)font->iFont : 0;
serialize_rPr (CP_XML_STREAM(), iFont, color, rtl, true);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment