summaryrefslogtreecommitdiff
path: root/xfa/fwl/lightwidget/cfwl_edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_edit.h')
-rw-r--r--xfa/fwl/lightwidget/cfwl_edit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_edit.h b/xfa/fwl/lightwidget/cfwl_edit.h
index 5f3e045535..c7001a3166 100644
--- a/xfa/fwl/lightwidget/cfwl_edit.h
+++ b/xfa/fwl/lightwidget/cfwl_edit.h
@@ -36,7 +36,6 @@ class CFWL_Edit : public CFWL_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);