| 2530 | } |
| 2531 | |
| 2532 | void CColorCopDlg::OnExpandDialog() { |
| 2533 | m_Appflags ^= ExpandedDialog; |
| 2534 | |
| 2535 | if (m_Appflags & ExpandedDialog) { |
| 2536 | SetStatusBarText(IDS_EXPANDEDDIALOG, 1); |
| 2537 | } |
| 2538 | |
| 2539 | TestForExpand(); |
| 2540 | } |
| 2541 | |
| 2542 | void CColorCopDlg::TestForExpand() { |
| 2543 | RECT currect; |
nothing calls this directly
no outgoing calls
no test coverage detected