diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-06 12:16:02 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-06 12:16:02 -0700 |
commit | 088632c37b21cbf3a4668b6094bd04ede021f15e (patch) | |
tree | eb376640721d82e9529238802f3ea6dce3a6c629 /xfa/fxfa/parser/cxfa_widgetdata.h | |
parent | 03e8f12cd3788038225d0376a164a9993f6cb720 (diff) | |
download | pdfium-088632c37b21cbf3a4668b6094bd04ede021f15e.tar.xz |
Fix spelling for SetSelectedItems
Review URL: https://codereview.chromium.org/1862053003
Diffstat (limited to 'xfa/fxfa/parser/cxfa_widgetdata.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_widgetdata.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xfa/fxfa/parser/cxfa_widgetdata.h b/xfa/fxfa/parser/cxfa_widgetdata.h index 7b7afd14ce..503b47feb2 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, |