summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:53:50 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:53:50 +0000
commitb0340a76c31fb58131305dbca397884a4e5b8090 (patch)
treea5ab25e9c9849f263ce01f82eb14b6d878275b6b /svtools
parent3865a39f8ab0d72058ae24d0bd2d9587105e57a7 (diff)
INTEGRATION: CWS dbgmacros1 (1.48.152); FILE MERGED
2003/04/10 08:41:19 kso 1.48.152.1: #108413# - debug macro unification.
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/numbers/zforlist.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/numbers/zforlist.cxx b/svtools/source/numbers/zforlist.cxx
index f3c51419ab2f..185b1f5ef3ff 100644
--- a/svtools/source/numbers/zforlist.cxx
+++ b/svtools/source/numbers/zforlist.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: zforlist.cxx,v $
*
- * $Revision: 1.48 $
+ * $Revision: 1.49 $
*
- * last change: $Author: er $ $Date: 2002-10-29 18:20:53 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:53:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3510,7 +3510,7 @@ void SvNumberFormatter::ImpInitCurrencyTable()
{
LanguageType eLang = ConvertIsoNamesToLanguage(
pLocales[nLocale].Language, pLocales[nLocale].Country );
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
LanguageType eReal = International::GetRealLanguage( eLang );
LanguageType eNeut = International::GetNeutralLanguage( eLang );
if ( eReal != eLang )