diff options
-rw-r--r-- | sc/source/core/tool/compiler.cxx | 2 |
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); } } |