| 71 | {} |
| 72 | |
| 73 | void ImportOCAFAssembly::loadShapes() |
| 74 | { |
| 75 | myRefShapes.clear(); |
| 76 | loadShapes(pDoc->Main(), TopLoc_Location(), default_name, "", false, 0); |
| 77 | } |
| 78 | |
| 79 | |
| 80 | void ImportOCAFAssembly::loadAssembly() |
nothing calls this directly
no test coverage detected