diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-10-26 15:51:46 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-10-27 14:27:45 +0200 |
commit | c6e22d722aa520b71b0019553f4eea91948fe1ce (patch) | |
tree | c07b89c3f7d1fe35d10d7ff60cb00d0a2062d78d /sw/inc/crsrsh.hxx | |
parent | e784df90e8f253ee582aadadfaa0cef0cd5da844 (diff) |
Fixed a warning due to stupid unchecked changes (from me)
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-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 a9fa6f369f..35d27e6b64 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 -#ifdef OSL_DEBUG_LEVEL > 1 +#if OSL_DEBUG_LEVEL > 1 ,SW_CURR_ATTRS = 0x4000 // only for debugging ,SW_TABLEBOXVALUE = 0x8000 // only for debugging #endif |