| 289 | } |
| 290 | |
| 291 | Property* DocumentObjectT::getPropertyByName(const char* name) const |
| 292 | { |
| 293 | if (auto obj = getObject()) { |
| 294 | return obj->getPropertyByName(name); |
| 295 | } |
| 296 | return nullptr; |
| 297 | } |
| 298 | |
| 299 | // ----------------------------------------------------------------------------- |
| 300 |
no test coverage detected