summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-12 13:43:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-12 13:43:10 +0000
commit1a858eabef5dda2368c51a155209e5303c2f0547 (patch)
tree96105edfd462e6e66aaf6bda57dbca7224d0e9bb /sc/source
parent6daf1083c2e4c0273449430db05ef8aba9648248 (diff)
fix typo, thanks to Matteo
Change-Id: I6fd3f69cc56672fe2639ee575f9ed0cdf45490bd
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/filter/lotus/tool.cxx2
1 files changed, 1 insertions, 1 deletions
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)));