Kaydet (Commit) 5e04ec1e authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: inteface -> interface

üst 92093152
...@@ -174,7 +174,7 @@ HRESULT MarshalIDataObjectInStream( IDataObject* pIDataObject, LPSTREAM* ppStrea ...@@ -174,7 +174,7 @@ HRESULT MarshalIDataObjectInStream( IDataObject* pIDataObject, LPSTREAM* ppStrea
*ppStream = NULL; *ppStream = NULL;
return CoMarshalInterThreadInterfaceInStream( return CoMarshalInterThreadInterfaceInStream(
__uuidof(IDataObject), //The IID of inteface to be marshaled __uuidof(IDataObject), //The IID of interface to be marshaled
pIDataObject, //The interface pointer pIDataObject, //The interface pointer
ppStream //IStream pointer ppStream //IStream pointer
); );
......
...@@ -363,7 +363,7 @@ void PasteClipboardData(HWND hwndParent) ...@@ -363,7 +363,7 @@ void PasteClipboardData(HWND hwndParent)
if ( SUCCEEDED( hr ) ) if ( SUCCEEDED( hr ) )
{ {
HRESULT hr = CoMarshalInterThreadInterfaceInStream( 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 pIDataObj, //The interface pointer
&g_pStm //IStream pointer &g_pStm //IStream pointer
); );
......
...@@ -858,7 +858,7 @@ SvxEditViewForwarder* SmEditSource::GetEditViewForwarder( bool /*bCreate*/ ) ...@@ -858,7 +858,7 @@ SvxEditViewForwarder* SmEditSource::GetEditViewForwarder( bool /*bCreate*/ )
void SmEditSource::UpdateData() 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. // and its text needs to be updated.
} }
......
...@@ -131,7 +131,7 @@ struct ThreeByteStruct ...@@ -131,7 +131,7 @@ struct ThreeByteStruct
byte c; byte c;
}; };
/** /**
* complex types adding string, inteface, any * complex types adding string, interface, any
*/ */
struct TestElement : TestSimple struct TestElement : TestSimple
{ {
......
...@@ -172,7 +172,7 @@ published interface XIdlClass: com::sun::star::uno::XInterface ...@@ -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. If the reflected type is not an array, then a null-reference is returned.
@return @return
inteface to modify array instances (or null-reference) interface to modify array instances (or null-reference)
*/ */
XIdlArray getArray(); XIdlArray getArray();
......
...@@ -3686,7 +3686,7 @@ interface IAccessibleHypertext : IAccessibleText ...@@ -3686,7 +3686,7 @@ interface IAccessibleHypertext : IAccessibleText
/** @brief This interface exposes information about hypertext in a document. /** @brief This interface exposes information about hypertext in a document.
The %IAccessibleHypertext2 interface extends the functinality of the The %IAccessibleHypertext2 interface extends the functinality of the
%IAccessibleHypertext inteface. %IAccessibleHypertext interface.
*/ */
[object, uuid(CF64D89F-8287-4B44-8501-A827453A6077)] [object, uuid(CF64D89F-8287-4B44-8501-A827453A6077)]
interface IAccessibleHypertext2 : IAccessibleHypertext interface IAccessibleHypertext2 : IAccessibleHypertext
...@@ -4326,7 +4326,7 @@ interface IAccessibleTable : IUnknown ...@@ -4326,7 +4326,7 @@ interface IAccessibleTable : IUnknown
Please also refer to the IAccessibleTableCell interface. Please also refer to the IAccessibleTableCell interface.
If you want to support older applications you should also support the If you want to support older applications you should also support the
IAccessibleTable inteface. IAccessibleTable interface.
*/ */
[object, uuid(6167f295-06f0-4cdd-a1fa-02e25153d869)] [object, uuid(6167f295-06f0-4cdd-a1fa-02e25153d869)]
interface IAccessibleTable2 : IUnknown interface IAccessibleTable2 : IUnknown
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment