| 1738 | } |
| 1739 | |
| 1740 | void CsvApplication::find_replace_CB(Fl_Widget *, void *) { |
| 1741 | find_replace(false); |
| 1742 | } |
| 1743 | |
| 1744 | void CsvApplication::find_replaceFind_CB(Fl_Widget *, void *) { |
| 1745 | find_replace(true); |
nothing calls this directly
no outgoing calls
no test coverage detected