summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-01 14:51:41 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-01 14:51:41 +0000
commit50e7bf2191a7670334319a3208b91e0b2fedb211 (patch)
tree82bc17af3903202f2ff11b178344be3af8b6c470 /svtools
parentf332ee59e8b74279b539449551a447a3a1892f81 (diff)
INTEGRATION: CWS numberx204 (1.62.60); FILE MERGED
2006/07/25 13:36:29 er 1.62.60.1: ImpInitCurrencyTable: in debug-only breakpoint code use the variable to silence the warning-error ...
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/numbers/zforlist.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/source/numbers/zforlist.cxx b/svtools/source/numbers/zforlist.cxx
index a917da7cfd47..1790a21f12fc 100644
--- a/svtools/source/numbers/zforlist.cxx
+++ b/svtools/source/numbers/zforlist.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: zforlist.cxx,v $
*
- * $Revision: 1.62 $
+ * $Revision: 1.63 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 21:24:20 $
+ * last change: $Author: ihi $ $Date: 2006-08-01 15:51:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -3581,7 +3581,10 @@ void SvNumberFormatter::ImpInitCurrencyTable()
#if OSL_DEBUG_LEVEL > 1
LanguageType eReal = MsLangId::getRealLanguage( eLang );
if ( eReal != eLang )
+ {
BOOL bBreak = TRUE;
+ bBreak = bBreak; // use the variable to silence the warning-error ...
+ }
#endif
pLocaleData->setLocale( pLocales[nLocale] );
Sequence< Currency2 > aCurrSeq = pLocaleData->getAllCurrencies();