mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
24092
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@56000 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
96f2bac5f5
commit
b6848ad2bd
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user