diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-11-07 22:04:15 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-11-07 22:04:59 +0200 |
commit | 06d2aa8941dd38f3d47ca01538b3516e0ccbf5ae (patch) | |
tree | b86e8da116612160aa3a27e3fcfa141288e24976 | |
parent | fee4f215b7b4552bbcd3881014bdbe30e5e75359 (diff) |
Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup
-rw-r--r-- | sw/inc/crsrsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 35d27e6b64..698ce07d9b 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -112,7 +112,7 @@ struct SwContentAtPos SW_CONTENT_CHECK = 0x0400, // #i43742# SW_SMARTTAG = 0x0800, SW_FORMCTRL = 0x1000 -#if OSL_DEBUG_LEVEL > 1 +#ifdef DBG_UTIL ,SW_CURR_ATTRS = 0x4000 // only for debugging ,SW_TABLEBOXVALUE = 0x8000 // only for debugging #endif |