Skip to content

Commit 566fbc3

Browse files
authored
Merge pull request MicrosoftDocs#2275 from mikeblome/mb-1024
minor formatting fixes in additional mfc files
2 parents b1bdd87 + 8651388 commit 566fbc3

12 files changed

+21
-19
lines changed

docs/mfc/reference/canimatectrl-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ If the animation control has `ACS_TRANSPARENT` style, the AVI clip will be drawn
306306

307307
### Example
308308

309-
See the example for [CAnimateCtrl::CAnimateCtrl](#canimatectrl).
309+
See the example for [CAnimateCtrl::CAnimateCtrl](#canimatectrl).
310310

311311
## <a name="stop"></a> CAnimateCtrl::Stop
312312

docs/mfc/reference/cd2dellipse-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "CD2DEllipse Class"
3-
ms.date: "11/04/2016"
3+
ms.date: "08/29/2019"
44
f1_keywords: ["CD2DEllipse", "AFXRENDERTARGET/CD2DEllipse", "AFXRENDERTARGET/CD2DEllipse::CD2DEllipse"]
55
helpviewer_keywords: ["CD2DEllipse [MFC], CD2DEllipse"]
66
ms.assetid: e9f02f54-acf2-427e-b349-db50cd9a77df
@@ -40,7 +40,7 @@ Constructs a CD2DEllipse object from CD2DRectF object.
4040
```
4141
CD2DEllipse(const CD2DRectF& rect);
4242
CD2DEllipse(const D2D1_ELLIPSE& ellipse);
43-
CD2DEllipse(const D2D1_ELLIPSE* ellipse);
43+
CD2DEllipse(const D2D1_ELLIPSE* ellipse);
4444
4545
CD2DEllipse(
4646
const CD2DPointF& ptCenter,

docs/mfc/reference/cd2dpointu-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "CD2DPointU Class"
3-
ms.date: "11/04/2016"
3+
ms.date: "08/29/2019"
44
f1_keywords: ["CD2DPointU", "AFXRENDERTARGET/CD2DPointU", "AFXRENDERTARGET/CD2DPointU::CD2DPointU"]
55
helpviewer_keywords: ["CD2DPointU [MFC], CD2DPointU"]
66
ms.assetid: 04733f96-b6de-4a89-82e3-caad1e8087a9
@@ -46,7 +46,7 @@ Constructs a CD2DPointU object from CPoint object.
4646
```
4747
CD2DPointU(const CPoint& pt);
4848
CD2DPointU(const D2D1_POINT_2U& pt);
49-
CD2DPointU(const D2D1_POINT_2U* pt);
49+
CD2DPointU(const D2D1_POINT_2U* pt);
5050
CD2DPointU(UINT32 uX = 0, UINT32 uY = 0);
5151
```
5252

docs/mfc/reference/cd2dsizef-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "CD2DSizeF Class"
3-
ms.date: "11/04/2016"
3+
ms.date: "08/29/2019"
44
f1_keywords: ["CD2DSizeF", "AFXRENDERTARGET/CD2DSizeF", "AFXRENDERTARGET/CD2DSizeF::CD2DSizeF", "AFXRENDERTARGET/CD2DSizeF::IsNull"]
55
helpviewer_keywords: ["CD2DSizeF [MFC], CD2DSizeF", "CD2DSizeF [MFC], IsNull"]
66
ms.assetid: f486a1e1-997d-4286-8cb9-26369dc82055
@@ -52,7 +52,7 @@ Constructs a CD2DSizeF object from CSize object.
5252
```
5353
CD2DSizeF(const CSize& size);
5454
CD2DSizeF(const D2D1_SIZE_F& size);
55-
CD2DSizeF(const D2D1_SIZE_F* size);
55+
CD2DSizeF(const D2D1_SIZE_F* size);
5656
5757
CD2DSizeF(
5858
FLOAT cx = 0.,

docs/mfc/reference/cd2dsizeu-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "CD2DSizeU Class"
3-
ms.date: "11/04/2016"
3+
ms.date: "08/29/2019"
44
f1_keywords: ["CD2DSizeU", "AFXRENDERTARGET/CD2DSizeU", "AFXRENDERTARGET/CD2DSizeU::CD2DSizeU", "AFXRENDERTARGET/CD2DSizeU::IsNull"]
55
helpviewer_keywords: ["CD2DSizeU [MFC], CD2DSizeU", "CD2DSizeU [MFC], IsNull"]
66
ms.assetid: 6e679ba8-2112-43c3-8275-70b660856f02
@@ -52,7 +52,7 @@ Constructs a CD2DSizeU object from CSize object.
5252
```
5353
CD2DSizeU(const CSize& size);
5454
CD2DSizeU(const D2D1_SIZE_U& size);
55-
CD2DSizeU(const D2D1_SIZE_U* size);
55+
CD2DSizeU(const D2D1_SIZE_U* size);
5656
5757
CD2DSizeU(
5858
UINT32 cx = 0,

docs/mfc/reference/cmfcdynamiclayout-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "CMFCDynamicLayout Class"
3-
ms.date: "11/04/2016"
3+
ms.date: "08/29/2019"
44
f1_keywords: ["CMFCDynamicLayout", "AFXLAYOUT/CMFCDynamicLayout", "AFXLAYOUT/CMFCDynamicLayout::AddItem", "AFXLAYOUT/CMFCDynamicLayout::Adjust", "AFXLAYOUT/CMFCDynamicLayout::Create", "AFXLAYOUT/CMFCDynamicLayout::GetHostWnd", "AFXLAYOUT/CMFCDynamicLayout::GetMinSize", "AFXLAYOUT/CMFCDynamicLayout::GetWindowRect", "AFXLAYOUT/CMFCDynamicLayout::HasItem", "AFXLAYOUT/CMFCDynamicLayout::IsEmpty", "AFXLAYOUT/CMFCDynamicLayout::LoadResource", "AFXLAYOUT/CMFCDynamicLayout::SetMinSize"]
55
ms.assetid: c2df2976-f049-47fc-9cf0-abe3e01948bc
66
---
@@ -332,7 +332,7 @@ TRUE if the `MoveSettings` object specifies no movement.
332332

333333
## CMFCDynamicLayout::MoveSettings::IsVertical
334334

335-
Check if the move data specifies a nonzero vertical movement.
335+
Check if the move data specifies a nonzero vertical movement.
336336

337337
```
338338
BOOL IsVertical() const

docs/mfc/reference/codesnippet/CPP/cframewnd-class_3.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// CMainFrame is application-defined object of type CFrameWnd
12
CMainFrame::CMainFrame()
23
: m_hDrawMenu(NULL), m_hDrawAccel(NULL), m_bCheck(false), m_nWindowTimer(0), m_nCallbackTimer(0)
34
{

docs/mfc/reference/codesnippet/CPP/cframewndex-class_2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// CMainFrame is application-defined object of type CFrameWndEx
12
BOOL CMainFrame::OnShowPopupMenu(CMFCPopupMenu *pMenuPopup)
23
{
34
BOOL bRes = CFrameWndEx::OnShowPopupMenu(pMenuPopup);

docs/mfc/reference/colecurrency-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "COleCurrency Class"
3-
ms.date: "11/04/2016"
3+
ms.date: "08/29/2019"
44
f1_keywords: ["COleCurrency", "AFXDISP/COleCurrency", "AFXDISP/COleCurrency::COleCurrency", "AFXDISP/COleCurrency::Format", "AFXDISP/COleCurrency::GetStatus", "AFXDISP/COleCurrency::ParseCurrency", "AFXDISP/COleCurrency::SetCurrency", "AFXDISP/COleCurrency::SetStatus", "AFXDISP/COleCurrency::m_cur", "AFXDISP/COleCurrency::m_status"]
55
helpviewer_keywords: ["COleCurrency [MFC], COleCurrency", "COleCurrency [MFC], Format", "COleCurrency [MFC], GetStatus", "COleCurrency [MFC], ParseCurrency", "COleCurrency [MFC], SetCurrency", "COleCurrency [MFC], SetStatus", "COleCurrency [MFC], m_cur", "COleCurrency [MFC], m_status"]
66
ms.assetid: 3a36e345-303f-46fb-a57c-858274378a8d
@@ -77,7 +77,7 @@ Constructs a `COleCurrency` object.
7777
```
7878
COleCurrency();
7979
COleCurrency(CURRENCY cySrc);
80-
COleCurrency(const COleCurrency& curSrc);
80+
COleCurrency(const COleCurrency& curSrc);
8181
COleCurrency(const VARIANT& varSrc);
8282
8383
COleCurrency(

docs/mfc/reference/colesafearray-class.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "COleSafeArray Class"
3-
ms.date: "08/27/2018"
3+
ms.date: "08/29/2019"
44
f1_keywords: ["COleSafeArray", "AFXDISP/COleSafeArray", "AFXDISP/COleSafeArray::COleSafeArray", "AFXDISP/COleSafeArray::AccessData", "AFXDISP/COleSafeArray::AllocData", "AFXDISP/COleSafeArray::AllocDescriptor", "AFXDISP/COleSafeArray::Attach", "AFXDISP/COleSafeArray::Clear", "AFXDISP/COleSafeArray::Copy", "AFXDISP/COleSafeArray::Create", "AFXDISP/COleSafeArray::CreateOneDim", "AFXDISP/COleSafeArray::Destroy", "AFXDISP/COleSafeArray::DestroyData", "AFXDISP/COleSafeArray::DestroyDescriptor", "AFXDISP/COleSafeArray::Detach", "AFXDISP/COleSafeArray::GetByteArray", "AFXDISP/COleSafeArray::GetDim", "AFXDISP/COleSafeArray::GetElement", "AFXDISP/COleSafeArray::GetElemSize", "AFXDISP/COleSafeArray::GetLBound", "AFXDISP/COleSafeArray::GetOneDimSize", "AFXDISP/COleSafeArray::GetUBound", "AFXDISP/COleSafeArray::Lock", "AFXDISP/COleSafeArray::PtrOfIndex", "AFXDISP/COleSafeArray::PutElement", "AFXDISP/COleSafeArray::Redim", "AFXDISP/COleSafeArray::ResizeOneDim", "AFXDISP/COleSafeArray::UnaccessData", "AFXDISP/COleSafeArray::Unlock"]
55
helpviewer_keywords: ["COleSafeArray [MFC], COleSafeArray", "COleSafeArray [MFC], AccessData", "COleSafeArray [MFC], AllocData", "COleSafeArray [MFC], AllocDescriptor", "COleSafeArray [MFC], Attach", "COleSafeArray [MFC], Clear", "COleSafeArray [MFC], Copy", "COleSafeArray [MFC], Create", "COleSafeArray [MFC], CreateOneDim", "COleSafeArray [MFC], Destroy", "COleSafeArray [MFC], DestroyData", "COleSafeArray [MFC], DestroyDescriptor", "COleSafeArray [MFC], Detach", "COleSafeArray [MFC], GetByteArray", "COleSafeArray [MFC], GetDim", "COleSafeArray [MFC], GetElement", "COleSafeArray [MFC], GetElemSize", "COleSafeArray [MFC], GetLBound", "COleSafeArray [MFC], GetOneDimSize", "COleSafeArray [MFC], GetUBound", "COleSafeArray [MFC], Lock", "COleSafeArray [MFC], PtrOfIndex", "COleSafeArray [MFC], PutElement", "COleSafeArray [MFC], Redim", "COleSafeArray [MFC], ResizeOneDim", "COleSafeArray [MFC], UnaccessData", "COleSafeArray [MFC], Unlock"]
66
ms.assetid: f45a5224-5f48-40ec-9ddd-287ef9740150
@@ -178,7 +178,7 @@ COleSafeArray(
178178
179179
COleSafeArray(const COleSafeArray& saSrc);
180180
COleSafeArray(const VARIANT& varSrc);
181-
COleSafeArray(LPCVARIANT pSrc);
181+
COleSafeArray(LPCVARIANT pSrc);
182182
COleSafeArray(const COleVariant& varSrc);
183183
```
184184

@@ -534,7 +534,7 @@ These overloaded assignment operators copy the source value into this `COleSafeA
534534
```
535535
COleSafeArray& operator=(const COleSafeArray& saSrc);
536536
COleSafeArray& operator=(const VARIANT& varSrc);
537-
COleSafeArray& operator=(LPCVARIANT pSrc);
537+
COleSafeArray& operator=(LPCVARIANT pSrc);
538538
COleSafeArray& operator=(const COleVariant& varSrc);
539539
```
540540

0 commit comments

Comments
 (0)