| 815 | } |
| 816 | |
| 817 | void CTxtWinHost::SetAllowBeep(BOOL fAllowBeep) |
| 818 | { |
| 819 | fAllowBeep = fAllowBeep; |
| 820 | |
| 821 | pserv->OnTxPropertyBitsChange(TXTBIT_ALLOWBEEP, |
| 822 | fAllowBeep ? TXTBIT_ALLOWBEEP : 0); |
| 823 | } |
| 824 | |
| 825 | WORD CTxtWinHost::GetDefaultAlign() |
| 826 | { |
nothing calls this directly
no outgoing calls
no test coverage detected