diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-27 15:38:34 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-27 15:50:08 -0400 |
commit | 7ae43cdd7f3e21656541db63d3b657160f1a4fac (patch) | |
tree | d28c61a2a03c0ca300bbe8d8a077646023776a53 /sc/inc | |
parent | d6824709d29505e79a86c85c2b127c5e3f6ff416 (diff) |
Turn off column debug and remove warnings.
Change-Id: Ic7dd79c1e420e87dcaff4126d60763ff8cbe9344
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/mtvelements.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/mtvelements.hxx b/sc/inc/mtvelements.hxx index 2c589974e32d..0ebf8be9635f 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 |