diff --git a/src/XmlMNaming/XmlMNaming_NamedShapeDriver.cxx b/src/XmlMNaming/XmlMNaming_NamedShapeDriver.cxx index 7545449f31..844cdec736 100644 --- a/src/XmlMNaming/XmlMNaming_NamedShapeDriver.cxx +++ b/src/XmlMNaming/XmlMNaming_NamedShapeDriver.cxx @@ -325,7 +325,7 @@ static int doTranslate (const XmlMNaming_Shape1& thePShape, return 1; theResult.TShape (theShapeSet.Shape(aShapeId).TShape()); theResult.Orientation (thePShape.Orientation()); - theResult.Location (theShapeSet.Locations().Location (thePShape.LocId())); + theResult.Location (theShapeSet.Locations().Location (thePShape.LocId()), false); return 0; }