[Libreoffice-commits] core.git: sc/source
Eike Rathke
erack at redhat.com
Mon Aug 12 15:00:11 PDT 2013
sc/source/core/data/documen4.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 57dab8f42201a95bceb7d2bd5752434714409065
Author: Eike Rathke <erack at redhat.com>
Date: Mon Aug 12 23:55:22 2013 +0200
removed misleading comment about now obsolete CELLTYPE_NOTE
Change-Id: I382eddbe25f8bccf82a4afbbcd25f27393207744
diff --git a/sc/source/core/data/documen4.cxx b/sc/source/core/data/documen4.cxx
index 51ba97c..250c1a8 100644
--- a/sc/source/core/data/documen4.cxx
+++ b/sc/source/core/data/documen4.cxx
@@ -79,7 +79,6 @@ bool ScDocument::Solver(SCCOL nFCol, SCROW nFRow, SCTAB nFTab,
CellType eFType, eVType;
GetCellType(nFCol, nFRow, nFTab, eFType);
GetCellType(nVCol, nVRow, nVTab, eVType);
- // CELLTYPE_NOTE: no value, but referenced by formula
// #i108005# convert target value to number using default format,
// as previously done in ScInterpreter::GetDouble
double fTargetVal = 0.0;
More information about the Libreoffice-commits
mailing list