Commit 0120c1a5 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

include: Fix a typo in a level of indirection in tom.idl.

The parameter for ITextPara::GetDuplicate should have two levels of indirection.
parent f86ace90
......@@ -368,7 +368,7 @@ interface ITextFont : IDispatch
]
interface ITextPara : IDispatch
{
HRESULT GetDuplicate([retval, out]ITextPara *ppPara);
HRESULT GetDuplicate([retval, out]ITextPara **ppPara);
HRESULT SetDuplicate([in]ITextPara *pPara);
HRESULT CanChange([out]long *pB);
HRESULT IsEqual([in]ITextPara *pPara, [retval, out]long *pB);
......
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