[Libreoffice-commits] .: sw/inc

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Tue Oct 26 06:15:48 PDT 2010


 sw/inc/crsrsh.hxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 047ad40f7bb0d7caaa6bef57bbe4cb7cffff2f51
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date:   Tue Oct 26 15:07:08 2010 +0200

    Fixed some inconsistent debug ifdefs

diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index 776837b..a9fa6f3 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;
 


More information about the Libreoffice-commits mailing list