Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(567)

Unified Diff: xfa/fwl/basewidget/fwl_editimp.h

Issue 1973883005: ReplaceSelections() methods never called. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | xfa/fwl/basewidget/fwl_editimp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/basewidget/fwl_editimp.h
diff --git a/xfa/fwl/basewidget/fwl_editimp.h b/xfa/fwl/basewidget/fwl_editimp.h
index 168726da1e6d172a2cc6b04b19101243e8dee45d..9c0853b4fdde1d1b9cc032522bb1b0f2fa20353c 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);
« no previous file with comments | « no previous file | xfa/fwl/basewidget/fwl_editimp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698