[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart2' - sc/source
Michael Meeks
michael.meeks at collabora.com
Tue May 27 03:15:21 PDT 2014
sc/source/core/data/formulacell.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1ab702a1ec9e06a13ea98a55bc6dad62fdb61568
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Tue May 27 11:14:54 2014 +0100
ODS load perf: fix FMR.
Change-Id: I671c9a441d1c598fbf5fdb5706ab0ed6e1bcf9a8
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index 1e63308..35518bc 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -1212,6 +1212,7 @@ void ScFormulaCell::CompileXML( sc::CompileFormulaContext& rCxt, ScProgress& rPr
SetCellGroup( xGroup );
bSkipCompile = true;
+ pCode = pPreviousCell->pCode;
SAL_INFO( "sc", "merged '" << aFormula << "' == "
"'" << aShouldBe << "'" <<
More information about the Libreoffice-commits
mailing list