summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-14 22:57:56 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-15 11:37:06 -0400
commit927da98a2a4860f926968b4704e02d58d7cf0eea (patch)
tree7afad7bd55d44ec068e5448dc2a6f76f91031f33 /sc/inc/column.hxx
parentCall CellStorageModified() *after* the text widths get modified. (diff)
downloadcore-927da98a2a4860f926968b4704e02d58d7cf0eea.tar.gz
core-927da98a2a4860f926968b4704e02d58d7cf0eea.zip
Add integrity check after column cell storage is modified.
Change-Id: I8d2bd7616e0428e4e881ef0dc1012c4973e636a9
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index ca68e7fd55c0..666d067b0b20 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -28,6 +28,14 @@
#include <set>
#include <vector>
+#define DEBUG_COLUMN_STORAGE 1
+
+#if DEBUG_COLUMN_STORAGE
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
+#endif
+
#include <mdds/multi_type_vector.hpp>
#include <mdds/multi_type_vector_trait.hpp>