summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app/xfa_ffchoicelist.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-14 06:23:48 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-14 06:23:48 -0700
commitf2662c4a0bdfbe52d961ab4d2ff9a448323c3af9 (patch)
tree18cf6a6fdf1fd2dfcf39eef4fb99f5687cd0f720 /xfa/fxfa/app/xfa_ffchoicelist.cpp
parent89f8fa8694bbf209412845c250af48bbc539962b (diff)
downloadpdfium-f2662c4a0bdfbe52d961ab4d2ff9a448323c3af9.tar.xz
Cleanup CPDFXFA_Document.
Remove unused params and methods. Cleanup formatting. Review-Url: https://codereview.chromium.org/2322003002
Diffstat (limited to 'xfa/fxfa/app/xfa_ffchoicelist.cpp')
-rw-r--r--xfa/fxfa/app/xfa_ffchoicelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/xfa_ffchoicelist.cpp b/xfa/fxfa/app/xfa_ffchoicelist.cpp
index da778ff0ad..e6cb1090ad 100644
--- a/xfa/fxfa/app/xfa_ffchoicelist.cpp
+++ b/xfa/fxfa/app/xfa_ffchoicelist.cpp
@@ -287,7 +287,7 @@ FX_BOOL CXFA_FFComboBox::OnRButtonUp(uint32_t dwFlags,
if (!CXFA_FFField::OnRButtonUp(dwFlags, fx, fy))
return FALSE;
- GetDoc()->GetDocProvider()->PopupMenu(this, CFX_PointF(fx, fy), nullptr);
+ GetDoc()->GetDocProvider()->PopupMenu(this, CFX_PointF(fx, fy));
return TRUE;
}
FX_BOOL CXFA_FFComboBox::OnKillFocus(CXFA_FFWidget* pNewWidget) {