Kaydet (Commit) 1a858eab authored tarafından Caolán McNamara's avatar Caolán McNamara

fix typo, thanks to Matteo

Change-Id: I6fd3f69cc56672fe2639ee575f9ed0cdf45490bd
üst 6daf1083
......@@ -87,7 +87,7 @@ void SetFormat(LotusContext& rContext, SCCOL nCol, SCROW nRow, SCTAB nTab, sal_u
{
nCol = SanitizeCol(nCol);
nRow = SanitizeRow(nRow);
nRow = SanitizeTab(nTab);
nTab = SanitizeTab(nTab);
// PREC: nSt = default number of decimal places
rContext.pDoc->ApplyAttr(nCol, nRow, nTab, *(rContext.pValueFormCache->GetAttr(nFormat, nSt)));
......
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