From 05e67415684adc36af228ca2f1e0efc30a40d242 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 25 Jan 2016 16:35:42 -0800 Subject: XFA: Fix a bunch of pointless returns. And a few other nits. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1635853002 . --- xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xfa/src/fwl') diff --git a/xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp b/xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp index 3e038299a8..044961ab9c 100644 --- a/xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp +++ b/xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.cpp @@ -974,9 +974,10 @@ FWL_ERR CFWL_MonthCalendarImpDelegate::OnDrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) { return m_pOwner->DrawWidget(pGraphics, pMatrix); } + void CFWL_MonthCalendarImpDelegate::OnActivate(CFWL_Message* pMsg) { - return; } + void CFWL_MonthCalendarImpDelegate::OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet) { if (bSet) { -- cgit v1.2.3