diff options
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); |