Kaydet (Commit) 1cb4dc25 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove MSVC workaround from 2002

...introduced with fec05c3d "#90279#
performance: DoSubTotals: collect formula cell positions and put cells after
InsertRow calls to not have them inspected for updates again" and hopefully no
longer necessary

Change-Id: I2cd781c81defb3838612d460e8234fd4de97b88d
Reviewed-on: https://gerrit.libreoffice.org/60459
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst fa652c40
......@@ -1935,15 +1935,14 @@ static void lcl_RemoveNumberFormat( ScTable* pTab, SCCOL nCol, SCROW nRow )
}
}
// at least MSC needs this at linkage level to be able to use it in a template
typedef struct lcl_ScTable_DoSubTotals_RowEntry
struct RowEntry
{
sal_uInt16 nGroupNo;
SCROW nSubStartRow;
SCROW nDestRow;
SCROW nFuncStart;
SCROW nFuncEnd;
} RowEntry;
};
static const char* lcl_GetSubTotalStrId(int id)
......
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