Commit b6848ad2 authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

24092

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@56000 954022d7-b5bf-4e40-9824-e11837661b57
parent 96f2bac5
......@@ -2,6 +2,6 @@
//1
//0
//1
//192
#define INTVER 1,0,1,192
#define STRVER "1,0,1,192\0"
//193
#define INTVER 1,0,1,193
#define STRVER "1,0,1,193\0"
......@@ -284,7 +284,10 @@ void docx_serialize_shape(std::wostream & strm, _docx_drawing const & val)
shapeType = _ooxShapeType[val.sub_type];
}
if (shapeType.length()<1)return;
if (shapeType.length()<1)
{
shapeType = L"rect";
}
CP_XML_WRITER(strm)
{
......
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