From 1a858eabef5dda2368c51a155209e5303c2f0547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 12 Dec 2014 13:43:10 +0000 Subject: [PATCH] fix typo, thanks to Matteo Change-Id: I6fd3f69cc56672fe2639ee575f9ed0cdf45490bd --- sc/source/filter/lotus/tool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/filter/lotus/tool.cxx b/sc/source/filter/lotus/tool.cxx index 03751d278999..f09182c79616 100644 --- a/sc/source/filter/lotus/tool.cxx +++ b/sc/source/filter/lotus/tool.cxx @@ -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)));