Index: xfa/fwl/core/cfwl_monthcalendar.h |
diff --git a/xfa/fwl/core/cfwl_monthcalendar.h b/xfa/fwl/core/cfwl_monthcalendar.h |
index 1a983abdfbf0097bb7c91ae3ff3c7176ce225585..15912e59c368cba83231bb35de1ad237018c9b73 100644 |
--- a/xfa/fwl/core/cfwl_monthcalendar.h |
+++ b/xfa/fwl/core/cfwl_monthcalendar.h |
@@ -136,7 +136,7 @@ class CFWL_MonthCalendar : public CFWL_Widget { |
void DrawDatesInCircle(CFX_Graphics* pGraphics, |
IFWL_ThemeProvider* pTheme, |
const CFX_Matrix* pMatrix); |
- CFX_SizeF CalcSize(bool bAutoSize = false); |
+ CFX_SizeF CalcSize(); |
void Layout(); |
void CalcHeadSize(); |
void CalcTodaySize(); |
@@ -148,7 +148,7 @@ class CFWL_MonthCalendar : public CFWL_Widget { |
void NextMonth(); |
void PrevMonth(); |
void ChangeToMonth(int32_t iYear, int32_t iMonth); |
- void RemoveSelDay(int32_t iDay, bool bAll = false); |
+ void RemoveSelDay(); |
void AddSelDay(int32_t iDay); |
void JumpToToday(); |
void GetHeadText(int32_t iYear, int32_t iMonth, CFX_WideString& wsHead); |