Kaydet (Commit) bbb0dcaa authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Corrected comment.

üst d16537b8
...@@ -359,9 +359,9 @@ void ScDPLayoutDlg::InitWndSelect(const ScDPLabelDataVec& rLabels) ...@@ -359,9 +359,9 @@ void ScDPLayoutDlg::InitWndSelect(const ScDPLabelDataVec& rLabels)
aLabelDataArr.push_back(new ScDPLabelData(r)); aLabelDataArr.push_back(new ScDPLabelData(r));
if (r.mnOriginalDim < 0 && !r.mbDataLayout) if (r.mnOriginalDim < 0 && !r.mbDataLayout)
{ {
// TODO: For dimension with duplicates, use layout name only when // For dimension with duplicates, use the layout name of the
// all its duplicate dimensions use the same layout name. // original dimension if available. Be aware that duplicate
// Otherwise use the original name. // dimensions may have different layout names.
aWndSelect.AddField(aLabelDataArr[i].getDisplayName(), i); aWndSelect.AddField(aLabelDataArr[i].getDisplayName(), i);
aSelectArr.push_back(new ScDPFuncData(aLabelDataArr[i].mnCol, aLabelDataArr[i].mnFuncMask)); aSelectArr.push_back(new ScDPFuncData(aLabelDataArr[i].mnCol, aLabelDataArr[i].mnFuncMask));
} }
......
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