diff options
author | tsepez <tsepez@chromium.org> | 2016-05-13 15:19:22 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-13 15:19:22 -0700 |
commit | 8adc153ea6fe778d19dc33cd2c5b87aed312b29b (patch) | |
tree | 4d211dbbee779e74c485149d037c9ee2bcbf7fce /xfa/fwl/basewidget/ifwl_edit.h | |
parent | f7036ba5884b9829fcb17aea4f3a16831abb7516 (diff) | |
download | pdfium-8adc153ea6fe778d19dc33cd2c5b87aed312b29b.tar.xz |
ReplaceSelections() methods never called.
Review-Url: https://codereview.chromium.org/1973883005
Diffstat (limited to 'xfa/fwl/basewidget/ifwl_edit.h')
-rw-r--r-- | xfa/fwl/basewidget/ifwl_edit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/basewidget/ifwl_edit.h b/xfa/fwl/basewidget/ifwl_edit.h index 6260ce80b6..5650bce4dc 100644 --- a/xfa/fwl/basewidget/ifwl_edit.h +++ b/xfa/fwl/basewidget/ifwl_edit.h @@ -120,7 +120,6 @@ class IFWL_Edit : public IFWL_Widget { FWL_Error Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLen); FWL_Error DeleteSelections(); FWL_Error DeleteRange(int32_t nStart, int32_t nCount = -1); - FWL_Error ReplaceSelections(const CFX_WideStringC& wsReplace); FWL_Error Replace(int32_t nStart, int32_t nLen, const CFX_WideStringC& wsReplace); |