| 1067 | } |
| 1068 | |
| 1069 | void CLogView::OnViewFindNext(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1070 | { |
| 1071 | if (!m_highlightText.empty()) |
| 1072 | FindNext(m_highlightText); |
| 1073 | } |
| 1074 | |
| 1075 | void CLogView::OnViewFindPrevious(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1076 | { |
nothing calls this directly
no outgoing calls
no test coverage detected