summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-05-17 17:20:04 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-05-17 18:06:36 -0400
commit87ed6c8480eaf0e5e3e89f00399fa214ba0dec6c (patch)
treece33e652ac7b8fe9fd59d0c2add1d1bac234b989 /sc/inc
parent8b1d29bc9b00bc2730738a990023a65ab6e0219b (diff)
Better string values for "empty" and "non-empty" filtering option.
Change-Id: Iecfac54143676c9f0b483c4fa8deb26bf42ea16b
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/sc.hrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 68a039ce1f0a..59b6564f26ca 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -788,8 +788,8 @@
#define SCSTR_UNDEFINED (STR_START + 8)
#define SCSTR_NONAME (STR_START + 9)
#define SCSTR_NONE (STR_START + 10)
-#define SCSTR_EMPTY (STR_START + 11)
-#define SCSTR_NOTEMPTY (STR_START + 12)
+#define SCSTR_FILTER_EMPTY (STR_START + 11)
+#define SCSTR_FILTER_NOTEMPTY (STR_START + 12)
#define SCSTR_COLUMN (STR_START + 13)
#define SCSTR_ROW (STR_START + 14)
#define SCSTR_NEW (STR_START + 15)