mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0030169: Application Framework - Document format version management improvement
This commit is contained in:
@@ -148,7 +148,7 @@ Standard_Boolean XmlMXCAFDoc_LocationDriver::Translate
|
||||
if (aLocElem == NULL)
|
||||
return Standard_False;
|
||||
|
||||
Standard_Integer aFileVer = XmlMNaming::DocumentVersion();
|
||||
Standard_Integer aFileVer = theMap.GetHeaderData()->StorageVersion().IntegerValue();
|
||||
if( aFileVer > 5 && myLocations == 0 )
|
||||
{
|
||||
return Standard_False;
|
||||
|
Reference in New Issue
Block a user