typo: inteface -> interface
This commit is contained in:
parent
920931529e
commit
5e04ec1e7d
@ -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
|
||||
);
|
||||
|
@ -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
|
||||
);
|
||||
|
@ -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.
|
||||
}
|
||||
|
||||
|
@ -131,7 +131,7 @@ struct ThreeByteStruct
|
||||
byte c;
|
||||
};
|
||||
/**
|
||||
* complex types adding string, inteface, any
|
||||
* complex types adding string, interface, any
|
||||
*/
|
||||
struct TestElement : TestSimple
|
||||
{
|
||||
|
@ -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();
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user