fix users file

This commit is contained in:
ElenaSubbotina
2017-08-18 17:31:36 +03:00
parent 2ce5708599
commit 66b45dba7c
2 changed files with 2 additions and 3 deletions

View File

@ -3025,7 +3025,7 @@ namespace BinDocxRW
std::wstring& sShapeType = aShapeTypes[i];
pOfficeDrawingConverter->AddShapeType(sShapeType);
}
pOfficeDrawingConverter->SetRels(oldRels);
pOfficeDrawingConverter->SetRels(oldRels);
}
void WriteVbaProjectContent(OOX::VbaProject& oVbaProject)
{