Kaydet (Commit) ffebdead authored tarafından Eike Rathke's avatar Eike Rathke

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 0cf38e7d

Change-Id: Ib60cef29e663e71a25849df1d5a926f0e871bb8b
üst 107a4740
......@@ -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
......
......@@ -45,7 +45,7 @@ ScRangeManagerTable::ScRangeManagerTable( SvSimpleTableContainer& rParent, boost
SetTabs( &aStaticTabs[0], MAP_PIXEL );
OUString aNameStr(ScGlobal::GetRscString(STR_HEADER_NAME));
OUString aRangeStr(ScGlobal::GetRscString(STR_HEADER_RANGE));
OUString aRangeStr(ScGlobal::GetRscString(STR_HEADER_RANGE_OR_EXPR));
OUString aScopeStr(ScGlobal::GetRscString(STR_HEADER_SCOPE));
HeaderBar& rHeaderBar = GetTheHeaderBar();
......
......@@ -1772,7 +1772,7 @@ Resource RID_GLOBSTR
{
Text [en-US] = "Name";
};
String STR_HEADER_RANGE
String STR_HEADER_RANGE_OR_EXPR
{
Text [en-US] = "Range or formula expression";
};
......@@ -1804,6 +1804,10 @@ Resource RID_GLOBSTR
{
Text [ en-US ] = "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss.";
};
String STR_HEADER_RANGE
{
Text [en-US] = "Range";
};
String STR_HEADER_COND
{
Text [ en-US ] = "First Condition";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment