Skip to content

Commit 5d9aa8a

Browse files
Merge pull request #5382 from Rageking8/remove-duplicate-ioleinplaceobjectwindowless-in-colecontrolsite-reference
Remove duplicate `IOleInPlaceObjectWindowless` in `COleControlSite` reference
2 parents 05bdb64 + ea78bf8 commit 5d9aa8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/reference/colecontrolsite-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ LPOLEOBJECT m_pObject;
721721

722722
## <a name="m_pwindowlessobject"></a> COleControlSite::m_pWindowlessObject
723723

724-
Contains the `IOleInPlaceObjectWindowless`[IOleInPlaceObjectWindowless](/windows/win32/api/ocidl/nn-ocidl-ioleinplaceobjectwindowless) interface of the control.
724+
Contains the [`IOleInPlaceObjectWindowless`](/windows/win32/api/ocidl/nn-ocidl-ioleinplaceobjectwindowless) interface of the control.
725725

726726
```
727727
IOleInPlaceObjectWindowless* m_pWindowlessObject;

0 commit comments

Comments
 (0)