///////////////////////////////////////////////////////
| 54 | |
| 55 | //////////////////////////////////////////////////////////// |
| 56 | String ClipboardImpl::getString() |
| 57 | { |
| 58 | return getInstance().getStringImpl(); |
| 59 | } |
| 60 | |
| 61 | |
| 62 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected