1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-08 14:17:06 +03:00

0028691: Storage of Ocaf documents in XML file format in old document version

This commit is contained in:
vro
2017-05-03 15:22:21 +03:00
committed by bugmaster
parent a1073ae267
commit c2f5b8211b
9 changed files with 188 additions and 33 deletions

View File

@@ -264,7 +264,7 @@ Standard_Boolean XmlLDrivers_DocumentStorageDriver::WriteToDomDocument (const Ha
// anInfoElem.setAttribute("appv", anAppVersion.ToCString());
// Document version
anInfoElem.setAttribute("DocVersion", XmlLDrivers::StorageVersion().ToCString());
anInfoElem.setAttribute("DocVersion", XmlLDrivers::StorageVersion());
// User info with Copyright
TColStd_SequenceOfAsciiString aUserInfo;