diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:19:31 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:19:31 +0000 |
commit | 73b87569eca5e304befdd5242b856cc75f1c22a8 (patch) | |
tree | 83d75688c224dd9faaa419a0b105826ebb21387c /configmgr | |
parent | b808785bf1b96ee04bbca2cb6d1693618701e83c (diff) |
INTEGRATION: CWS dbgmacros1 (1.4.42); FILE MERGED
2003/04/09 10:21:09 kso 1.4.42.1: #108413# - debug macro unification.
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/xml/basicparser.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/xml/basicparser.hxx b/configmgr/source/xml/basicparser.hxx index 66e3b62147c0..ff9df035be23 100644 --- a/configmgr/source/xml/basicparser.hxx +++ b/configmgr/source/xml/basicparser.hxx @@ -2,9 +2,9 @@ * * $RCSfile: basicparser.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jb $ $Date: 2002-07-11 17:23:01 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:19:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,13 +112,13 @@ namespace configmgr bool m_bEmpty; bool m_bInProperty; -#ifdef _DEBUG +#if OSL_DEBUG_LEVEL > 0 #ifdef DBG_UTIL OUString dbgPublicId, dbgSystemId; sal_Int32 dbgLineNo, dbgColumnNo; #endif // DBG_UTIL void dbgUpdateLocation(); -#endif // _DEBUG +#endif // OSL_DEBUG_LEVEL public: typedef uno::Reference< lang::XMultiServiceFactory > ServiceFactory; |