Kaydet (Commit) 0f69e050 authored tarafından jailletc36's avatar jailletc36 Kaydeden (comit) Norbert Thiebaud

Update

Change-Id: I78f7f7ae7373e00e0750abc4566c71a8b9c1640a
Reviewed-on: https://gerrit.libreoffice.org/1019Reviewed-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
Tested-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
üst e2a54eb7
...@@ -275,14 +275,13 @@ void ScTpSubTotalGroup::FillListBoxes() ...@@ -275,14 +275,13 @@ void ScTpSubTotalGroup::FillListBoxes()
SCTAB nTab = pViewData->GetTabNo(); SCTAB nTab = pViewData->GetTabNo();
SCCOL nMaxCol = rSubTotalData.nCol2; SCCOL nMaxCol = rSubTotalData.nCol2;
SCCOL col; SCCOL col;
sal_uInt16 i=0;
rtl::OUString aFieldName; rtl::OUString aFieldName;
aLbGroup.Clear(); aLbGroup.Clear();
aLbColumns.Clear(); aLbColumns.Clear();
aLbGroup.InsertEntry( aStrNone, 0 ); aLbGroup.InsertEntry( aStrNone, 0 );
i=0; sal_uInt16 i=0;
for ( col=nFirstCol; col<=nMaxCol && i<SC_MAXFIELDS; col++ ) for ( col=nFirstCol; col<=nMaxCol && i<SC_MAXFIELDS; col++ )
{ {
pDoc->GetString( col, nFirstRow, nTab, aFieldName ); pDoc->GetString( col, nFirstRow, nTab, aFieldName );
......
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