summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-10-27 13:25:59 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-10-28 16:13:30 +0000
commit60c10127090ca76da3805aa7a5313798b268d7d6 (patch)
treef0d612e6423683ac38f5b261a078b2651606f52b /sc
parent5298b732e2239fcfd90044334b510358d5937030 (diff)
sc: OOXML: actually write both sheet names in external 3D references
... instead of twice the same name. Even if not handled yet in Calc, external 3D references may get imported and have to be written again. Copy&Paste error since 2f373570c51e13baf0530605ef59808462e6ca71 Change-Id: I6cb982793e1072d619053c02860a8046e78bc99e (cherry picked from commit a6628078a929a39a95ae8b2f51348996dc41afbc) Reviewed-on: https://gerrit.libreoffice.org/30325 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/compiler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index 264b7c3482fb..3721431a6075 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -1184,7 +1184,7 @@ struct ConventionXL
if (rTabName != aLastTabName)
{
rBuf.append(':');
- ScRangeStringConverter::AppendTableName(rBuf, rTabName);
+ ScRangeStringConverter::AppendTableName(rBuf, aLastTabName);
}
}