| 752 | } |
| 753 | |
| 754 | LRESULT CSaveModifiedItemsDialog::OnEndDialog(WORD /*wNotifyCode*/, WORD wID, HWND /*hWndCtl*/, BOOL& /*bHandled*/) |
| 755 | { |
| 756 | this->EndDialog(wID); |
| 757 | return 0; |
| 758 | } |
| 759 | |
| 760 | LRESULT CSaveModifiedItemsDialog::OnListViewInsertItem(int /*idCtrl*/, LPNMHDR pnmh, BOOL& bHandled) |
| 761 | { |
nothing calls this directly
no outgoing calls
no test coverage detected