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/fwl_editimp.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/fwl_editimp.h')
-rw-r--r-- | xfa/fwl/basewidget/fwl_editimp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/basewidget/fwl_editimp.h b/xfa/fwl/basewidget/fwl_editimp.h index 168726da1e..9c0853b4fd 100644 --- a/xfa/fwl/basewidget/fwl_editimp.h +++ b/xfa/fwl/basewidget/fwl_editimp.h @@ -63,7 +63,6 @@ class CFWL_EditImp : public CFWL_WidgetImp { int32_t nLen); virtual FWL_Error DeleteSelections(); virtual FWL_Error DeleteRange(int32_t nStart, int32_t nCount = -1); - virtual FWL_Error ReplaceSelections(const CFX_WideStringC& wsReplace); virtual FWL_Error Replace(int32_t nStart, int32_t nLen, const CFX_WideStringC& wsReplace); |