diff options
author | Eike Rathke <erack@redhat.com> | 2015-07-13 19:07:02 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-07-13 19:51:47 +0200 |
commit | ffebdead5445dffd60fb09382e69701d8a06cfc8 (patch) | |
tree | 1435a6e497d2218438f32d29734f5e04b514ddf7 /sc/inc | |
parent | 107a4740f63860f0901f51217b16cefa62a827ac (diff) |
Resolves: tdf#92709 conditional formats are applied to ranges, not expressions
Hence we need a separate string as header in the dialog. Unfortunately I
did not see this when applying 0cf38e7d0c5d2b67dca828aae1797bff58b6c5fe
Change-Id: Ib60cef29e663e71a25849df1d5a926f0e871bb8b
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/globstr.hrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 07896d451d3c..6ca1fd7ef480 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -700,7 +700,9 @@ #define STR_TABLE_COUNT 535 -#define SC_GLOBSTR_STR_COUNT 536 /**< the count of permanently resident strings */ +#define STR_HEADER_RANGE_OR_EXPR 536 + +#define SC_GLOBSTR_STR_COUNT 537 /**< the count of permanently resident strings */ #endif |