diff options
author | Ryan Harrison <rharrison@chromium.org> | 2018-01-05 10:31:04 -0500 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-05 15:43:37 +0000 |
commit | 1f04e6111013673880767e98834fa9bb649c7aac (patch) | |
tree | 39f837ebae18a5d5a12cc208fb43495ee79c4ef9 /xfa/fwl/cfwl_datetimepicker.h | |
parent | a63f992c043bc64a11c1eee5c8e7c9af1860650e (diff) | |
download | pdfium-1f04e6111013673880767e98834fa9bb649c7aac.tar.xz |
Convert CFWL_DateTimePicker::FormatDateString to return WideString
Change-Id: I2141cfb5d2bcb61b1a4f637fe30efc91776039b2
Reviewed-on: https://pdfium-review.googlesource.com/22263
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fwl/cfwl_datetimepicker.h')
-rw-r--r-- | xfa/fwl/cfwl_datetimepicker.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xfa/fwl/cfwl_datetimepicker.h b/xfa/fwl/cfwl_datetimepicker.h index 97c5cd196e..6d536016dd 100644 --- a/xfa/fwl/cfwl_datetimepicker.h +++ b/xfa/fwl/cfwl_datetimepicker.h @@ -72,10 +72,7 @@ class CFWL_DateTimePicker : public CFWL_Widget { void DrawDropDownButton(CXFA_Graphics* pGraphics, IFWL_ThemeProvider* pTheme, const CFX_Matrix* pMatrix); - void FormatDateString(int32_t iYear, - int32_t iMonth, - int32_t iDay, - WideString& wsText); + WideString FormatDateString(int32_t iYear, int32_t iMonth, int32_t iDay); void ResetEditAlignment(); void InitProxyForm(); void OnFocusChanged(CFWL_Message* pMsg, bool bSet); |