| Index: xfa/fxfa/parser/cxfa_widgetdata.h
|
| diff --git a/xfa/fxfa/parser/cxfa_widgetdata.h b/xfa/fxfa/parser/cxfa_widgetdata.h
|
| index 7b7afd14ced4e342a55262c3fee1828139c90c3a..503b47feb23278f1fb57d86ef3e55f14632ab034 100644
|
| --- a/xfa/fxfa/parser/cxfa_widgetdata.h
|
| +++ b/xfa/fxfa/parser/cxfa_widgetdata.h
|
| @@ -111,10 +111,10 @@ class CXFA_WidgetData : public CXFA_Data {
|
| FX_BOOL bNotify = FALSE,
|
| FX_BOOL bScriptModify = FALSE,
|
| FX_BOOL bSyncData = TRUE);
|
| - void SetSelectdItems(CFX_Int32Array& iSelArray,
|
| - FX_BOOL bNotify = FALSE,
|
| - FX_BOOL bScriptModify = FALSE,
|
| - FX_BOOL bSyncData = TRUE);
|
| + void SetSelectedItems(CFX_Int32Array& iSelArray,
|
| + FX_BOOL bNotify = FALSE,
|
| + FX_BOOL bScriptModify = FALSE,
|
| + FX_BOOL bSyncData = TRUE);
|
| void ClearAllSelections();
|
| void InsertItem(const CFX_WideString& wsLabel,
|
| const CFX_WideString& wsValue,
|
|
|