[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc
Kohei Yoshida
kohei.yoshida at gmail.com
Sun Jun 23 10:19:08 PDT 2013
sc/inc/mtvelements.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8d7825f10c8a82e84bf3d140ade3ddd94c2fb9d7
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