sc/source/core/tool/compiler.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 5cb685d9e248f810e00a0a8617ebb04dcb7a5334 Author: Eike Rathke <er...@redhat.com> Date: Fri Sep 5 15:49:12 2014 +0200 parseExternalDocName() also for ConventionXL_A1::parseAnyToken(), fdo#83481 to make 645bccf7a5b91d794d387286deca583ea41f3516 actually work for both, ExcelA1 and ExcelR1C1 address conventions. Change-Id: I5392dfb6a8ec6af784957181c722d519921fc065 diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx index 8c3e485..b4872e2 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits