From 50e7bf2191a7670334319a3208b91e0b2fedb211 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 1 Aug 2006 14:51:41 +0000 Subject: 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 ... --- svtools/source/numbers/zforlist.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'svtools') 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(); -- cgit v1.2.3