summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dtrans/source/win32/clipb/MtaOleClipb.cxx2
-rw-r--r--sal/workben/clipboardwben/testpaste/cbptest.cxx2
-rw-r--r--starmath/source/accessibility.cxx2
-rw-r--r--testtools/source/bridgetest/idl/bridgetest.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XIdlClass.idl2
-rw-r--r--winaccessibility/source/UAccCOMIDL/ia2_api_all.idl4
6 files changed, 7 insertions, 7 deletions
diff --git a/dtrans/source/win32/clipb/MtaOleClipb.cxx b/dtrans/source/win32/clipb/MtaOleClipb.cxx
index 82d97c4a273a..1747eecdaa03 100644
--- a/dtrans/source/win32/clipb/MtaOleClipb.cxx
+++ b/dtrans/source/win32/clipb/MtaOleClipb.cxx
@@ -174,7 +174,7 @@ HRESULT MarshalIDataObjectInStream( IDataObject* pIDataObject, LPSTREAM* ppStrea
*ppStream = NULL;
return CoMarshalInterThreadInterfaceInStream(
- __uuidof(IDataObject), //The IID of inteface to be marshaled
+ __uuidof(IDataObject), //The IID of interface to be marshaled
pIDataObject, //The interface pointer
ppStream //IStream pointer
);
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
);
diff --git a/starmath/source/accessibility.cxx b/starmath/source/accessibility.cxx
index 284dd2d167e0..446941cb6809 100644
--- a/starmath/source/accessibility.cxx
+++ b/starmath/source/accessibility.cxx
@@ -858,7 +858,7 @@ SvxEditViewForwarder* SmEditSource::GetEditViewForwarder( bool /*bCreate*/ )
void SmEditSource::UpdateData()
{
- // would possibly only by needed if the XText inteface is implemented
+ // would possibly only by needed if the XText interface is implemented
// and its text needs to be updated.
}
diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl
index c7abd5411e62..a11ba28e9036 100644
--- a/testtools/source/bridgetest/idl/bridgetest.idl
+++ b/testtools/source/bridgetest/idl/bridgetest.idl
@@ -131,7 +131,7 @@ struct ThreeByteStruct
byte c;
};
/**
- * complex types adding string, inteface, any
+ * complex types adding string, interface, any
*/
struct TestElement : TestSimple
{
diff --git a/udkapi/com/sun/star/reflection/XIdlClass.idl b/udkapi/com/sun/star/reflection/XIdlClass.idl
index 95a4faf9681c..4509411f8429 100644
--- a/udkapi/com/sun/star/reflection/XIdlClass.idl
+++ b/udkapi/com/sun/star/reflection/XIdlClass.idl
@@ -172,7 +172,7 @@ published interface XIdlClass: com::sun::star::uno::XInterface
If the reflected type is not an array, then a null-reference is returned.
@return
- inteface to modify array instances (or null-reference)
+ interface to modify array instances (or null-reference)
*/
XIdlArray getArray();
diff --git a/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl b/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
index 04a2e7b76349..f01412022eb0 100644
--- a/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
+++ b/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
@@ -3686,7 +3686,7 @@ interface IAccessibleHypertext : IAccessibleText
/** @brief This interface exposes information about hypertext in a document.
The %IAccessibleHypertext2 interface extends the functinality of the
- %IAccessibleHypertext inteface.
+ %IAccessibleHypertext interface.
*/
[object, uuid(CF64D89F-8287-4B44-8501-A827453A6077)]
interface IAccessibleHypertext2 : IAccessibleHypertext
@@ -4326,7 +4326,7 @@ interface IAccessibleTable : IUnknown
Please also refer to the IAccessibleTableCell interface.
If you want to support older applications you should also support the
- IAccessibleTable inteface.
+ IAccessibleTable interface.
*/
[object, uuid(6167f295-06f0-4cdd-a1fa-02e25153d869)]
interface IAccessibleTable2 : IUnknown