From 1d46da7e8d9d1df7fca62239586f48ac6bf2190c Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 20 Jun 2006 05:05:11 +0000
Subject: 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
---
dtrans/source/win32/dtobj/FetcList.cxx | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
(limited to 'dtrans')
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;
}
//------------------------------------------------------------------------
--
cgit