| 1495 | } |
| 1496 | |
| 1497 | bool CRichEditUI::Redo() |
| 1498 | { |
| 1499 | if( !m_pTwh ) return false; |
| 1500 | LRESULT lResult; |
| 1501 | TxSendMessage(EM_REDO, 0, 0, &lResult); |
| 1502 | return (BOOL)lResult == TRUE; |
| 1503 | } |
| 1504 | |
| 1505 | bool CRichEditUI::Undo() |
| 1506 | { |
nothing calls this directly
no outgoing calls
no test coverage detected