[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter' - sc/inc
Kohei Yoshida
kohei.yoshida at gmail.com
Sun Jun 23 10:19:54 PDT 2013
sc/inc/mtvelements.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 15e54baa252273f375439dfec4bde56a4d996081
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Sun Jun 23 13:21:52 2013 -0400
Turn off column storage debugging.
Change-Id: I5d88c94a9cf0bbd194c8c505de7cc34bb9e20500
diff --git a/sc/inc/mtvelements.hxx b/sc/inc/mtvelements.hxx
index 2c58997..0ebf8be 100644
--- a/sc/inc/mtvelements.hxx
+++ b/sc/inc/mtvelements.hxx
@@ -15,7 +15,7 @@
#include "svl/broadcast.hxx"
#include "editeng/editobj.hxx"
-#define DEBUG_COLUMN_STORAGE 1
+#define DEBUG_COLUMN_STORAGE 0
#if DEBUG_COLUMN_STORAGE
#ifdef NDEBUG
More information about the Libreoffice-commits
mailing list