summaryrefslogtreecommitdiff
path: root/sc/inc/attarray.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r--sc/inc/attarray.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index bf6a916ee304..2be8e552ef25 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -44,6 +44,8 @@ namespace editeng { class SvxBorderLine; }
#define SC_ATTRARRAY_DELTA 4
+#define DEBUG_SC_TESTATTRARRAY 0
+
struct ScLineFlags
{
sal_uInt8 nLeft;
@@ -104,7 +106,7 @@ public:
void SetTab(SCTAB nNewTab) { nTab = nNewTab; }
void SetCol(SCCOL nNewCol) { nCol = nNewCol; }
-#if OSL_DEBUG_LEVEL > 1
+#if DEBUG_SC_TESTATTRARRAY
void TestData() const;
#endif
void Reset( const ScPatternAttr* pPattern);