| 841 | } |
| 842 | |
| 843 | DocumentObject::~DocumentObject() |
| 844 | { |
| 845 | if (corpus && !corpus->isIndependent() && owner) |
| 846 | { |
| 847 | delete getBoundDoc(); |
| 848 | } |
| 849 | } |
| 850 | |
| 851 | size_t DocumentObject::len() const |
| 852 | { |
nothing calls this directly
no test coverage detected