From 4712af9e8bad3ab7da7e8372806f5360131baf89 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 10 Jan 2018 19:36:07 +0000 Subject: Correct spelling for XFA_RectWithoutMargin Fix spelling mistake. Change-Id: I1322bf898d8bf558f4d1e8d9b3294cf31f916c87 Reviewed-on: https://pdfium-review.googlesource.com/22671 Reviewed-by: Ryan Harrison Commit-Queue: dsinclair --- xfa/fxfa/cxfa_ffline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxfa/cxfa_ffline.cpp') diff --git a/xfa/fxfa/cxfa_ffline.cpp b/xfa/fxfa/cxfa_ffline.cpp index 3fe2538368..20f6552244 100644 --- a/xfa/fxfa/cxfa_ffline.cpp +++ b/xfa/fxfa/cxfa_ffline.cpp @@ -113,7 +113,7 @@ void CXFA_FFLine::RenderWidget(CXFA_Graphics* pGS, CFX_RectF rtLine = GetRectWithoutRotate(); CXFA_Margin* margin = m_pNode->GetMargin(); if (margin) - XFA_RectWidthoutMargin(rtLine, margin); + XFA_RectWithoutMargin(rtLine, margin); GetRectFromHand(rtLine, line->GetHand(), fLineWidth); CXFA_GEPath linePath; -- cgit v1.2.3