From ffebdead5445dffd60fb09382e69701d8a06cfc8 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 13 Jul 2015 19:07:02 +0200 Subject: 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 --- sc/inc/globstr.hrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sc/inc') 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 -- cgit