| 19 | } |
| 20 | |
| 21 | IClipboard::Format MSWindowsClipboardHTMLConverter::getFormat() const |
| 22 | { |
| 23 | return IClipboard::Format::HTML; |
| 24 | } |
| 25 | |
| 26 | UINT MSWindowsClipboardHTMLConverter::getWin32Format() const |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected