summaryrefslogtreecommitdiffstats
path: root/sc/inc/calcmacros.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-25 09:37:54 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-25 09:39:40 -0400
commit33cf07c3076834c781fcabcfc8b8aaaa30531eb1 (patch)
treec8bade9bebc124437ffec668fb7d47811f785880 /sc/inc/calcmacros.hxx
parentfdo#67269 adapt checkTable to getTableName change (diff)
downloadcore-33cf07c3076834c781fcabcfc8b8aaaa30531eb1.tar.gz
core-33cf07c3076834c781fcabcfc8b8aaaa30531eb1.zip
I forgot to turn this off.
Change-Id: I86f60ee3ae748abd6ec2e8308ba067b836aa3ab4
Diffstat (limited to 'sc/inc/calcmacros.hxx')
-rw-r--r--sc/inc/calcmacros.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/calcmacros.hxx b/sc/inc/calcmacros.hxx
index 21a51fbba63c..9516522104b4 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>