Index: xfa/fwl/lightwidget/cfwl_edit.cpp |
diff --git a/xfa/fwl/lightwidget/cfwl_edit.cpp b/xfa/fwl/lightwidget/cfwl_edit.cpp |
index 0303e6c2a2397e5f5ef63a9b061e9a75624d7ab5..f151edd7e918e843b6a6788090858b65e86568e0 100644 |
--- a/xfa/fwl/lightwidget/cfwl_edit.cpp |
+++ b/xfa/fwl/lightwidget/cfwl_edit.cpp |
@@ -140,12 +140,6 @@ FWL_Error CFWL_Edit::DeleteRange(int32_t nStart, int32_t nCount) { |
return static_cast<IFWL_Edit*>(m_pIface)->DeleteRange(nStart, nCount); |
} |
-FWL_Error CFWL_Edit::ReplaceSelections(const CFX_WideStringC& wsReplace) { |
- if (!m_pIface) |
- return FWL_Error::Indefinite; |
- return static_cast<IFWL_Edit*>(m_pIface)->ReplaceSelections(wsReplace); |
-} |
- |
FWL_Error CFWL_Edit::Replace(int32_t nStart, |
int32_t nLen, |
const CFX_WideStringC& wsReplace) { |