diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-07-05 12:14:46 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-07-05 12:22:03 +0200 |
commit | 6e82772db5ade43fc9f4f7181303264d2748d2a1 (patch) | |
tree | fcf103bbba1d14696ed9d13b123584adf71844cc /include/tools | |
parent | fa6ce5a6e8c35430977857477fc09f6a03698e63 (diff) |
TODO note for future *internal* API change
Signed year so that ~all our date types have about the same capacities.
Change-Id: Iab8a66bee0eb22ffd04608c345302218094e53a7
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/date.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tools/date.hxx b/include/tools/date.hxx index 5b451a39b002..87ba2774eb1b 100644 --- a/include/tools/date.hxx +++ b/include/tools/date.hxx @@ -27,6 +27,7 @@ class ResId; enum DayOfWeek { MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY }; +// TODO FIXME: make it handle signed year? class TOOLS_DLLPUBLIC SAL_WARN_UNUSED Date { private: |