git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@56000 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Elen.Subbotina
2014-05-12 15:18:58 +00:00
committed by Alexander Trofimov
parent 96f2bac5f5
commit b6848ad2bd
2 changed files with 7 additions and 4 deletions

View File

@ -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"

View File

@ -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)
{