summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-09-05 15:49:12 +0200
committerEike Rathke <erack@redhat.com>2014-09-05 15:53:56 +0200
commit5cb685d9e248f810e00a0a8617ebb04dcb7a5334 (patch)
tree8f867b7737d994f781e8bcf8a94192aafbb60728
parent2248aaf58a89e446a1e707254cb40905a6411305 (diff)
parseExternalDocName() also for ConventionXL_A1::parseAnyToken(), fdo#83481
to make 645bccf7a5b91d794d387286deca583ea41f3516 actually work for both, ExcelA1 and ExcelR1C1 address conventions. Change-Id: I5392dfb6a8ec6af784957181c722d519921fc065
-rw-r--r--sc/source/core/tool/compiler.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx
index 8c3e485991de..b4872e2833a2 100644
--- a/sc/source/core/tool/compiler.cxx
+++ b/sc/source/core/tool/compiler.cxx
@@ -1238,6 +1238,8 @@ struct ConventionXL_A1 : public Convention_A1, public ConventionXL
sal_Int32 nSrcPos,
const CharClass* pCharClass) const SAL_OVERRIDE
{
+ ConventionXL::parseExternalDocName(rFormula, nSrcPos);
+
ParseResult aRet;
if ( lcl_isValidQuotedText(rFormula, nSrcPos, aRet) )
return aRet;