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 | 0178c09afe75603351cab8e8c022213f8ea7b854 (patch) | |
tree | b7cd1c8b93e09250e64c1d546be4b1625bf9fd8e /sw/inc/crsrsh.hxx | |
parent | 2aab1bfd864c4e6beaa0a789abf954238d32b53b (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 299ff6e6d9d9..705450446a53 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 |