diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:53:49 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:31 +0100 |
commit | 5e04ec1e7d5adc9f14ea803d765aa42f8b0e08cd (patch) | |
tree | 77c41dc0fd79491c8b3304c4965f464d2e3a98c9 /sal | |
parent | 920931529e2b7b11777328e91e2dcf3b7b746c1d (diff) |
typo: inteface -> interface
Diffstat (limited to 'sal')
-rw-r--r-- | sal/workben/clipboardwben/testpaste/cbptest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/workben/clipboardwben/testpaste/cbptest.cxx b/sal/workben/clipboardwben/testpaste/cbptest.cxx index 283790f28a81..f41698743447 100644 --- a/sal/workben/clipboardwben/testpaste/cbptest.cxx +++ b/sal/workben/clipboardwben/testpaste/cbptest.cxx @@ -363,7 +363,7 @@ void PasteClipboardData(HWND hwndParent) if ( SUCCEEDED( hr ) ) { HRESULT hr = CoMarshalInterThreadInterfaceInStream( - __uuidof(IDataObject), //The IID of inteface to be marshaled + __uuidof(IDataObject), //The IID of interface to be marshaled pIDataObj, //The interface pointer &g_pStm //IStream pointer ); |