diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-10-26 15:07:08 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-10-26 15:07:08 +0200 |
commit | 047ad40f7bb0d7caaa6bef57bbe4cb7cffff2f51 (patch) | |
tree | fe5522cc2ecae8e7afb07180895cd5c1326dd92d /sw/inc/crsrsh.hxx | |
parent | e619136503ebb5b16171213a1ecb7f8887b2946f (diff) |
Fixed some inconsistent debug ifdefs
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r-- | sw/inc/crsrsh.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 776837b3a1..a9fa6f369f 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -109,12 +109,12 @@ struct SwContentAtPos SW_TOXMARK = 0x0080, SW_REFMARK = 0x0100, SW_NUMLABEL = 0x0200, // #i23726# - SW_CONTENT_CHECK = 0x0400, // --> FME 2005-05-13 #i43742# <-- + SW_CONTENT_CHECK = 0x0400, // #i43742# SW_SMARTTAG = 0x0800, SW_FORMCTRL = 0x1000 -#ifndef PRODUCT - ,SW_CURR_ATTRS = 0x4000 // nur zum Debuggen - ,SW_TABLEBOXVALUE = 0x8000 // nur zum Debuggen +#ifdef OSL_DEBUG_LEVEL > 1 + ,SW_CURR_ATTRS = 0x4000 // only for debugging + ,SW_TABLEBOXVALUE = 0x8000 // only for debugging #endif } eCntntAtPos; |