summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/fwl_formimp.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-10-19 10:06:46 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-19 10:06:46 -0700
commite58febc04514694935fcdf00f604419a1e5076b0 (patch)
tree262fc62eef1e5a57fec4b159097ab4904afb4f17 /xfa/fwl/core/fwl_formimp.cpp
parent0ca71ec811e33818d2ccba3221fdb660811b813c (diff)
downloadpdfium-e58febc04514694935fcdf00f604419a1e5076b0.tar.xz
Remove SetDataProvider from IFWL_Widget
Method is not called, removed. Review-Url: https://chromiumcodereview.appspot.com/2433103002
Diffstat (limited to 'xfa/fwl/core/fwl_formimp.cpp')
-rw-r--r--xfa/fwl/core/fwl_formimp.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/fwl/core/fwl_formimp.cpp b/xfa/fwl/core/fwl_formimp.cpp
index 747e5e83dc..0f4b89a774 100644
--- a/xfa/fwl/core/fwl_formimp.cpp
+++ b/xfa/fwl/core/fwl_formimp.cpp
@@ -757,8 +757,7 @@ void CFWL_FormImp::UpdateCaption() {
CFWL_WidgetMgr* pWidgetMgr = CFWL_WidgetMgr::GetInstance();
if (!pWidgetMgr)
return;
- IFWL_FormDP* pData =
- static_cast<IFWL_FormDP*>(m_pProperties->m_pDataProvider);
+ IFWL_DataProvider* pData = m_pProperties->m_pDataProvider;
if (!pData)
return;
CFX_WideString text;