From b31433fdaf92a15edfd920043aea5293ccc7e73e Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 2 Nov 2017 19:06:57 +0000 Subject: Remove default value from CJX_Node::TryInteger This CL removes the default param from TryInteger and inlines into the call sites. Change-Id: If3325c717a1127d4dcf665a12980925877988a9c Reviewed-on: https://pdfium-review.googlesource.com/17531 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- fxjs/cjx_node.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fxjs') diff --git a/fxjs/cjx_node.h b/fxjs/cjx_node.h index 963cf0de4e..ea66f13ed8 100644 --- a/fxjs/cjx_node.h +++ b/fxjs/cjx_node.h @@ -80,9 +80,7 @@ class CJX_Node : public CJX_Object { bool bSyncData); WideString GetContent(); - bool TryInteger(XFA_ATTRIBUTE eAttr, - int32_t& iValue, - bool bUseDefault = true); + bool TryInteger(XFA_ATTRIBUTE eAttr, int32_t& iValue, bool bUseDefault); bool SetInteger(XFA_ATTRIBUTE eAttr, int32_t iValue, bool bNotify = false); int32_t GetInteger(XFA_ATTRIBUTE eAttr); -- cgit v1.2.3