| 1072 | } |
| 1073 | |
| 1074 | void CMainFrame::OnLinkViews(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1075 | { |
| 1076 | m_linkViews = !m_linkViews; |
| 1077 | } |
| 1078 | |
| 1079 | void CMainFrame::OnAutoNewline(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1080 | { |
nothing calls this directly
no outgoing calls
no test coverage detected