diff options
author | Eike Rathke <erack@redhat.com> | 2015-10-28 14:34:38 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-10-28 14:36:13 +0100 |
commit | 882a0ad91676a4edc25feec8b129b42f88ef970c (patch) | |
tree | 54f14771db8b91a6296bb4293515a469c7667817 /sc | |
parent | b75bc4b5de529f27fe56beb2d86f907411fa1e17 (diff) |
add comment that some STR_COND_... values must be in sequence
Change-Id: Ibb1b14aa624b1ff6f52c5db8ba799d8cf30c3484
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/globstr.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index f37110fcc2d1..35223879c84f 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -614,6 +614,8 @@ #define STR_COND_CONTAINS 460 #define STR_COND_NOT_CONTAINS 461 #define STR_COND_DATE 462 +/* Values from STR_COND_TODAY to STR_COND_NEXTYEAR must be in sequence for + * sc/source/ui/condformat/condformathelper.cxx getDateString() */ #define STR_COND_TODAY 463 #define STR_COND_YESTERDAY 464 #define STR_COND_TOMORROW 465 |