Fix a typo.

This commit is contained in:
Mike McCormack 2005-09-07 11:25:59 +00:00 committed by Alexandre Julliard
parent b1eb3c30f3
commit f400a1c9fd
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ interface IOleInPlaceSite : IOleWindow
[in, out] LPOLEINPLACEFRAMEINFO lpFrameInfo);
HRESULT Scroll(
[in] SIZE scrollExtant);
[in] SIZE scrollExtent);
HRESULT OnUIDeactivate(
[in] BOOL fUndoable);