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

fix icon set rendering information creation, fdo#58610

Change-Id: Iad5dec601b54893ed809ab908671698919779ddb
üst c6f919c7
...@@ -894,7 +894,6 @@ ScIconSetInfo* ScIconSetFormat::GetIconSetInfo(const ScAddress& rAddr) const ...@@ -894,7 +894,6 @@ ScIconSetInfo* ScIconSetFormat::GetIconSetInfo(const ScAddress& rAddr) const
sal_Int32 nIndex = 0; sal_Int32 nIndex = 0;
const_iterator itr = begin(); const_iterator itr = begin();
++itr;
double nValMax = CalcValue(nMin, nMax, itr); double nValMax = CalcValue(nMin, nMax, itr);
++itr; ++itr;
......
...@@ -1302,6 +1302,8 @@ void ScIconSetFrmtEntry::ScIconSetFrmtDataEntry::SetLastEntry() ...@@ -1302,6 +1302,8 @@ void ScIconSetFrmtEntry::ScIconSetFrmtDataEntry::SetLastEntry()
maEdEntry.Hide(); maEdEntry.Hide();
maLbEntryType.Hide(); maLbEntryType.Hide();
maFtEntry.Hide(); maFtEntry.Hide();
maLbEntryType.SelectEntryPos(1);
maEdEntry.SetText(OUString("100"));
} }
ScIconSetFrmtEntry::ScIconSetFrmtEntry( Window* pParent, ScDocument* pDoc, const ScAddress& rPos, const ScIconSetFormat* pFormat ): ScIconSetFrmtEntry::ScIconSetFrmtEntry( Window* pParent, ScDocument* pDoc, const ScAddress& rPos, const ScIconSetFormat* pFormat ):
......
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