diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:05:11 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:05:11 +0000 |
commit | 1d46da7e8d9d1df7fca62239586f48ac6bf2190c (patch) | |
tree | 72469715c2c0420657d381748178ad2b92eeed8d /dtrans | |
parent | 8b96856585a0978262b90d561e586d90474abbd4 (diff) |
INTEGRATION: CWS warnings01 (1.15.4); FILE MERGED
2006/03/09 20:31:53 pl 1.15.4.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dtobj/FetcList.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dtrans/source/win32/dtobj/FetcList.cxx b/dtrans/source/win32/dtobj/FetcList.cxx index a801fb7842e4..e3b7693cfa23 100644 --- a/dtrans/source/win32/dtobj/FetcList.cxx +++ b/dtrans/source/win32/dtobj/FetcList.cxx @@ -4,9 +4,9 @@ * * $RCSfile: FetcList.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:24:08 $ + * last change: $Author: hr $ $Date: 2006-06-20 06:05:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -241,7 +241,6 @@ void SAL_CALL CFormatRegistrar::RegisterFormats( { Sequence< DataFlavor > aFlavorList = aXTransferable->getTransferDataFlavors( ); sal_Int32 nFlavors = aFlavorList.getLength( ); - sal_Bool bSuccess = sal_False; sal_Bool bUnicodeRegistered = sal_False; DataFlavor aFlavor; @@ -445,7 +444,7 @@ sal_Bool SAL_CALL CFormatRegistrar::findLocaleForTextCodePage( ) { m_TxtLocale = 0; EnumSystemLocalesA( CFormatRegistrar::EnumLocalesProc, LCID_INSTALLED ); - return ( IsValidLocale( m_TxtLocale, LCID_INSTALLED ) ); + return ( IsValidLocale( m_TxtLocale, LCID_INSTALLED ) ) ? sal_True : sal_False; } //------------------------------------------------------------------------ |