| 338 | } |
| 339 | |
| 340 | DocumentRange copy_range(Document* doc, const DocumentRange& from, const DocumentRange& to, DocumentRangePlace place) |
| 341 | { |
| 342 | return drop_range_op(doc, Copy, from, place, to); |
| 343 | } |
| 344 | |
| 345 | void reverse_frames(Document* doc, const DocumentRange& range) |
| 346 | { |
nothing calls this directly
no test coverage detected