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/fxfa/src/fm2js/xfa_fm2jscontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp') diff --git a/xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp b/xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp index bf2aa0ccbe..fc4688e34a 100644 --- a/xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp +++ b/xfa/src/fxfa/src/fm2js/xfa_fm2jscontext.cpp @@ -2472,8 +2472,8 @@ void CXFA_FM2JSContext::Num2AllTime(FXJSE_HOBJECT hThis, if (!iRet) { strTime = ""; } - return; } + void CXFA_FM2JSContext::GetLocalTimeZone(int32_t& iHour, int32_t& iMin, int32_t& iSec) { -- cgit v1.2.3