| Index: xfa/fxfa/parser/cxfa_widgetdata.h
|
| diff --git a/xfa/fxfa/parser/cxfa_widgetdata.h b/xfa/fxfa/parser/cxfa_widgetdata.h
|
| index 503b47feb23278f1fb57d86ef3e55f14632ab034..3cdc7cc8e407a61f8239f545ff7cbefdf738dc8d 100644
|
| --- a/xfa/fxfa/parser/cxfa_widgetdata.h
|
| +++ b/xfa/fxfa/parser/cxfa_widgetdata.h
|
| @@ -133,9 +133,9 @@ class CXFA_WidgetData : public CXFA_Data {
|
| XFA_VALUEPICTURE ePicture);
|
| IFX_Locale* GetLocal();
|
| FX_BOOL GetValue(CFX_WideString& wsValue, XFA_VALUEPICTURE eValueType);
|
| - FX_BOOL GetNormalizeDataValue(const CFX_WideStringC& wsValue,
|
| + FX_BOOL GetNormalizeDataValue(const CFX_WideString& wsValue,
|
| CFX_WideString& wsNormalizeValue);
|
| - FX_BOOL GetFormatDataValue(const CFX_WideStringC& wsValue,
|
| + FX_BOOL GetFormatDataValue(const CFX_WideString& wsValue,
|
| CFX_WideString& wsFormatedValue);
|
| void NormalizeNumStr(const CFX_WideString& wsValue, CFX_WideString& wsOutput);
|
| CFX_WideString GetBarcodeType();
|
|
|