[Libreoffice-commits] core.git: sc/inc
Eike Rathke
erack at redhat.com
Wed Oct 28 13:37:02 UTC 2015
sc/inc/globstr.hrc | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 882a0ad91676a4edc25feec8b129b42f88ef970c
Author: Eike Rathke <erack at redhat.com>
Date: Wed Oct 28 14:34:38 2015 +0100
add comment that some STR_COND_... values must be in sequence
Change-Id: Ibb1b14aa624b1ff6f52c5db8ba799d8cf30c3484
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc
index f37110f..3522387 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
More information about the Libreoffice-commits
mailing list