| 15 | } |
| 16 | |
| 17 | CFStringRef OSXClipboardHTMLConverter::getOSXFormat() const |
| 18 | { |
| 19 | return CFSTR("public.html"); |
| 20 | } |
| 21 | |
| 22 | std::string OSXClipboardHTMLConverter::convertString( |
| 23 | const std::string &data, CFStringEncoding fromEncoding, CFStringEncoding toEncoding |
nothing calls this directly
no outgoing calls
no test coverage detected