From 5e04ec1e7d5adc9f14ea803d765aa42f8b0e08cd Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 29 Mar 2014 18:53:49 +0100 Subject: typo: inteface -> interface --- sal/workben/clipboardwben/testpaste/cbptest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal') 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 ); -- cgit