summaryrefslogtreecommitdiff
path: root/svtools/source/numbers/zforlist.cxx
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
commit95331fa5b18150f4dcff88491f7d3e8f77bd360c (patch)
tree60c16aced4a19a063375f6800911b067d74831ac /svtools/source/numbers/zforlist.cxx
parent792e398d803d45579d94322008a4b9ee1dde9cbf (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/source/numbers/zforlist.cxx')
-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 5e97c1167f..3952ce37f5 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 )