Tag: cws_src680_dba30 User: fs Date: 05/04/06 00:23:00 Modified: /dba/dbaccess/source/ui/inc/ genericcontroller.hxx
Log: OSL_DEBUG_LEVEL condition corrected File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: genericcontroller.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/genericcontroller.hxx?r1=1.34&r2=1.34.14.1 Delta lines: +5 -5 ------------------- --- genericcontroller.hxx 10 Mar 2005 16:51:33 -0000 1.34 +++ genericcontroller.hxx 6 Apr 2005 07:22:57 -0000 1.34.14.1 @@ -2,9 +2,9 @@ * * $RCSfile: genericcontroller.hxx,v $ * - * $Revision: 1.34 $ + * $Revision: 1.34.14.1 $ * - * last change: $Author: vg $ $Date: 2005/03/10 16:51:33 $ + * last change: $Author: fs $ $Date: 2005/04/06 07:22:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -224,7 +224,7 @@ private: SupportedFeatures m_aSupportedFeatures; // look at the name -#if OSL_DEBUG_LEVEL >= 2 +#if OSL_DEBUG_LEVEL > 0 bool m_bDescribingSupportedFeatures; #endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
