| 1308 | } |
| 1309 | |
| 1310 | void CMainFrame::OnViewFind(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1311 | { |
| 1312 | m_findDlg.SetFocus(); |
| 1313 | } |
| 1314 | |
| 1315 | void CMainFrame::OnViewFont(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1316 | { |
nothing calls this directly
no outgoing calls
no test coverage detected