Kaydet (Commit) b2e6a571 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

also write the value for COLORSCALE_VALUE into the model

Change-Id: I4e34f8d5c3eb3880e2ef3e7d65736057689b50bf
üst 5134d1ac
...@@ -727,6 +727,7 @@ void SetColorScaleEntry( ScColorScaleEntry* pEntry, const ListBox& rType, const ...@@ -727,6 +727,7 @@ void SetColorScaleEntry( ScColorScaleEntry* pEntry, const ListBox& rType, const
break; break;
case 3: case 3:
pEntry->SetType(COLORSCALE_VALUE); pEntry->SetType(COLORSCALE_VALUE);
pEntry->SetValue(nVal);
break; break;
case 4: case 4:
pEntry->SetType(COLORSCALE_PERCENT); pEntry->SetType(COLORSCALE_PERCENT);
......
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