| 19 | } |
| 20 | |
| 21 | BOOL CFindDlg::PreTranslateMessage(MSG* pMsg) |
| 22 | { |
| 23 | return IsDialogMessage(pMsg); |
| 24 | } |
| 25 | |
| 26 | BOOL CFindDlg::OnInitDialog(CWindow /*wndFocus*/, LPARAM /*lInitParam*/) |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected