From 0178c09afe75603351cab8e8c022213f8ea7b854 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Tue, 26 Oct 2010 15:51:46 +0200 Subject: Fixed a warning due to stupid unchecked changes (from me) --- sw/inc/crsrsh.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/crsrsh.hxx') 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 -- cgit