| 1200 | // setup / tear down routines |
| 1201 | |
| 1202 | void DrawViewSection::unsetupObject() |
| 1203 | { |
| 1204 | TechDraw::DrawViewPart* base = getBaseDVP(); |
| 1205 | if (base) { |
| 1206 | base->touch(); |
| 1207 | } |
| 1208 | DrawViewPart::unsetupObject(); |
| 1209 | } |
| 1210 | |
| 1211 | void DrawViewSection::onDocumentRestored() |
| 1212 | { |