[Libreoffice-commits] .: binfilter/bf_sc
Caolán McNamara
caolan at kemper.freedesktop.org
Fri Nov 26 05:45:19 PST 2010
binfilter/bf_sc/source/core/tool/sc_interpr4.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5700e913722d6c5d5d192a8a9e8b946ac4e73b23
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Nov 26 13:44:59 2010 +0000
restore this to be safe
diff --git a/binfilter/bf_sc/source/core/tool/sc_interpr4.cxx b/binfilter/bf_sc/source/core/tool/sc_interpr4.cxx
index a36994c..12f7eec 100644
--- a/binfilter/bf_sc/source/core/tool/sc_interpr4.cxx
+++ b/binfilter/bf_sc/source/core/tool/sc_interpr4.cxx
@@ -1458,6 +1458,7 @@ BOOL ScInterpreter::DoubleRefToPosSingleRef( const ScRange& rRange, ScAddress& r
/*?*/
/*?*/ for (i = nParamCount; (i > 0) && (nGlobalError == 0); i--)
/*?*/ {
+/*?*/ GetStackType();
/*?*/ switch (eParamType[i])
/*?*/ {
/*?*/ case PTR_DOUBLE :
More information about the Libreoffice-commits
mailing list