From 279a176397623ea83e98fac5a7f4132325b42594 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 24 Nov 2011 00:52:00 +0100 Subject: sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTIL OSL_DEBUG_LEVEL is set by make debug=t, which should never result in ABI incompatible objects. --- sw/inc/numrule.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/inc/numrule.hxx') diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index 0f7a3b23b796..35cbb4e513a0 100644 --- a/sw/inc/numrule.hxx +++ b/sw/inc/numrule.hxx @@ -115,9 +115,9 @@ public: private: friend void _FinitCore(); -#if OSL_DEBUG_LEVEL > 1 - long int nSerial; - static long int nInstances; +#if DBG_UTIL + long int m_nSerial; + static long int s_nInstances; #endif static SwNumFmt* aBaseFmts [ RULE_END ][ MAXLEVEL ]; -- cgit