summaryrefslogtreecommitdiff
path: root/fpdfsdk/formfiller/cffl_formfiller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk/formfiller/cffl_formfiller.cpp')
-rw-r--r--fpdfsdk/formfiller/cffl_formfiller.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/fpdfsdk/formfiller/cffl_formfiller.cpp b/fpdfsdk/formfiller/cffl_formfiller.cpp
index 6d71be5b6c..34e1e68c13 100644
--- a/fpdfsdk/formfiller/cffl_formfiller.cpp
+++ b/fpdfsdk/formfiller/cffl_formfiller.cpp
@@ -298,14 +298,14 @@ PWL_CREATEPARAM CFFL_FormFiller::GetCreateParam() {
FX_COLORREF color;
if (m_pWidget->GetFillColor(color))
- cp.sBackgroundColor = CPWL_Color(color);
+ cp.sBackgroundColor = CFX_Color(color);
if (m_pWidget->GetBorderColor(color))
- cp.sBorderColor = CPWL_Color(color);
+ cp.sBorderColor = CFX_Color(color);
- cp.sTextColor = CPWL_Color(COLORTYPE_GRAY, 0);
+ cp.sTextColor = CFX_Color(COLORTYPE_GRAY, 0);
if (m_pWidget->GetTextColor(color))
- cp.sTextColor = CPWL_Color(color);
+ cp.sTextColor = CFX_Color(color);
cp.fFontSize = m_pWidget->GetFontSize();
cp.dwBorderWidth = m_pWidget->GetBorderWidth();