| Index: xfa/fxfa/parser/cxfa_widgetdata.h
|
| diff --git a/xfa/fxfa/parser/cxfa_widgetdata.h b/xfa/fxfa/parser/cxfa_widgetdata.h
|
| index 222b5bed4a24ff7d4bede6923f0594cec36ca330..51e8672e390165bc9f7213ef529450c2549db5e5 100644
|
| --- a/xfa/fxfa/parser/cxfa_widgetdata.h
|
| +++ b/xfa/fxfa/parser/cxfa_widgetdata.h
|
| @@ -134,7 +134,7 @@ class CXFA_WidgetData : public CXFA_Data {
|
| FX_BOOL GetNormalizeDataValue(const CFX_WideString& wsValue,
|
| CFX_WideString& wsNormalizeValue);
|
| FX_BOOL GetFormatDataValue(const CFX_WideString& wsValue,
|
| - CFX_WideString& wsFormatedValue);
|
| + CFX_WideString& wsFormattedValue);
|
| void NormalizeNumStr(const CFX_WideString& wsValue, CFX_WideString& wsOutput);
|
| CFX_WideString GetBarcodeType();
|
| FX_BOOL GetBarcodeAttribute_CharEncoding(int32_t& val);
|
|
|