summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-14 10:03:05 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-12-15 07:51:29 +0100
commit7073310431becb1a69af0c7187b9844ce7901cd5 (patch)
tree76e958c137da93600c9a8e94beaa65a83c4ed152 /sc/inc
parent696644dbfb25dea3030da92b2ab40cd70da90f05 (diff)
make editing conditional formats more obvious, related fdo#57895
Change-Id: I2ea95a204fbbd0d36a8fb1374e41aa5aae3cf410
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/globstr.hrc11
1 files changed, 6 insertions, 5 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc
index c1873b5bfb52..e860a6b68704 100644
--- a/sc/inc/globstr.hrc
+++ b/sc/inc/globstr.hrc
@@ -615,12 +615,13 @@
#define STR_COND_DATE 490
#define STR_ERR_CONDFORMAT_PROTECTED 491
+#define STR_EDIT_EXISTING_COND_FORMATS 492
-#define STR_QUERY_FORMULA_RECALC_ONLOAD_ODS 492
-#define STR_QUERY_FORMULA_RECALC_ONLOAD_XLS 493
-#define STR_ALWAYS 494
-#define STR_NEVER 495
+#define STR_QUERY_FORMULA_RECALC_ONLOAD_ODS 493
+#define STR_QUERY_FORMULA_RECALC_ONLOAD_XLS 494
+#define STR_ALWAYS 495
+#define STR_NEVER 496
-#define STR_COUNT 496
+#define STR_COUNT 497
#endif