summaryrefslogtreecommitdiff
path: root/rsc/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 14:55:25 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 14:55:25 +0000
commit5c1728eff022620aba5abf1e573ceb9ad2f8947a (patch)
treee4c6beca14458069dd10f9e001fe2c85b3c5b0d3 /rsc/source
parent0001dae19cb110d0118ce3a07239f1e41783d419 (diff)
INTEGRATION: CWS dbgmacros1 (1.2.46); FILE MERGED
2003/04/09 12:06:43 kso 1.2.46.1: #108413# - debug macro unification.
Diffstat (limited to 'rsc/source')
-rw-r--r--rsc/source/res/rscmgr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/rsc/source/res/rscmgr.cxx b/rsc/source/res/rscmgr.cxx
index 10fdcd6925aa..9d191bb0e69f 100644
--- a/rsc/source/res/rscmgr.cxx
+++ b/rsc/source/res/rscmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscmgr.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pl $ $Date: 2001-10-10 11:51:25 $
+ * last change: $Author: vg $ $Date: 2003-04-15 15:55:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -314,7 +314,7 @@ ERRTYPE RscMgr::WriteRcHeader( const RSCINST & rInst, RscWriteRc & rMem,
{
bMadness = true;
aOldDefLanguage = pTC->ChangeDefLanguage( LANGUAGE_ENGLISH_US );
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "entering madness, changing def language from %d to %d\n", aOldDefLanguage, LANGUAGE_ENGLISH_US );
#endif
}
@@ -400,7 +400,7 @@ ERRTYPE RscMgr::WriteRcHeader( const RSCINST & rInst, RscWriteRc & rMem,
if( bMadness && pTC )
{
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "leaving madness\n" );
#endif
pTC->ChangeDefLanguage( aOldDefLanguage );