summaryrefslogtreecommitdiffstats
path: root/sc/inc/mtvelements.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-06-18 19:18:17 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-06-24 16:51:28 -0400
commitcb4a47887df282196c9aa529269d5115306813c1 (patch)
tree4251446c49c3999fb1a546a3ea9b837462b82fd6 /sc/inc/mtvelements.hxx
parentFix a bug in the find area position code for the upward direction. (diff)
downloadcore-cb4a47887df282196c9aa529269d5115306813c1.tar.gz
core-cb4a47887df282196c9aa529269d5115306813c1.zip
Leave the RowInfo's for empty cells unfilled.
Else empty cell regions would get skipped and the non-empty cells would get displayed at incorrect row positions. Change-Id: Ica8d1c654458e0ea508e8f00846180d89bfe8804
Diffstat (limited to 'sc/inc/mtvelements.hxx')
-rw-r--r--sc/inc/mtvelements.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/mtvelements.hxx b/sc/inc/mtvelements.hxx
index 0ebf8be9635f..2c589974e32d 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 0
+#define DEBUG_COLUMN_STORAGE 1
#if DEBUG_COLUMN_STORAGE
#ifdef NDEBUG