[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter' - sc/inc
Kohei Yoshida
kohei.yoshida at gmail.com
Thu Jul 25 06:38:04 PDT 2013
sc/inc/calcmacros.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d1121f807f5d394d1a94c74fd48e9db880c3e013
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Thu Jul 25 09:37:54 2013 -0400
I forgot to turn this off.
Change-Id: I86f60ee3ae748abd6ec2e8308ba067b836aa3ab4
diff --git a/sc/inc/calcmacros.hxx b/sc/inc/calcmacros.hxx
index 21a51fb..9516522 100644
--- a/sc/inc/calcmacros.hxx
+++ b/sc/inc/calcmacros.hxx
@@ -12,7 +12,7 @@
#define DEBUG_COLUMN_STORAGE 0
#define DEBUG_PIVOT_TABLE 0
-#define DEBUG_FORMULA_COMPILER 1
+#define DEBUG_FORMULA_COMPILER 0
#if DEBUG_PIVOT_TABLE || DEBUG_COLUMN_STORAGE || DEBUG_FORMULA_COMPILER
#include <iostream>
More information about the Libreoffice-commits
mailing list