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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user