Chromium Code Reviews| Index: fpdfsdk/include/formfiller/FFL_ComboBox.h |
| diff --git a/fpdfsdk/include/formfiller/FFL_ComboBox.h b/fpdfsdk/include/formfiller/FFL_ComboBox.h |
| index c943511c9744de5bfc3108ebee0ee93962a0d00f..38810500990d3d7ded2c8365747cdf56e9ff47c1 100644 |
| --- a/fpdfsdk/include/formfiller/FFL_ComboBox.h |
| +++ b/fpdfsdk/include/formfiller/FFL_ComboBox.h |
| @@ -55,7 +55,7 @@ class CFFL_ComboBox : public CFFL_FormFiller, |
| // IPWL_Edit_Notify: |
| void OnAddUndo(CPWL_Edit* pEdit) override; |
| - virtual FX_BOOL IsFieldFull(CPDFSDK_PageView* pPageView); |
| + FX_BOOL IsFieldFull(CPDFSDK_PageView* pPageView) override; |
|
Lei Zhang
2015/10/31 02:03:20
// CFFL_FormFiller:
Tom Sepez
2015/11/02 18:03:25
Done.
|
| private: |
| CFX_WideString GetSelectExportText(); |