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

this does hopefully no longer result in a crash

üst afcf1800
...@@ -182,14 +182,11 @@ ScSortParam::ScSortParam( const ScSubTotalParam& rSub, const ScSortParam& rOld ) ...@@ -182,14 +182,11 @@ ScSortParam::ScSortParam( const ScSubTotalParam& rSub, const ScSortParam& rOld )
for (i=0; i<MAXSUBTOTAL; i++) for (i=0; i<MAXSUBTOTAL; i++)
if (rSub.bGroupActive[i]) if (rSub.bGroupActive[i])
{ {
#if 0
// FIXME this crashes in sc_unoapi currently; table3.cxx has nMaxSorts = 3...
ScSortKeyState key; ScSortKeyState key;
key.bDoSort = true; key.bDoSort = true;
key.nField = rSub.nField[i]; key.nField = rSub.nField[i];
key.bAscending = rSub.bAscending; key.bAscending = rSub.bAscending;
maKeyState.push_back(key); maKeyState.push_back(key);
#endif
} }
// dann dahinter die alten Einstellungen // dann dahinter die alten Einstellungen
......
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