fix typo, thanks to Matteo

Change-Id: I6fd3f69cc56672fe2639ee575f9ed0cdf45490bd
This commit is contained in:
Caolán McNamara
2014-12-12 13:43:10 +00:00
parent 6daf1083c2
commit 1a858eabef

View File

@@ -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)));