From 4cd75557323710ecdfc106dd22aadc4e54819ab1 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 18:54:06 +0000 Subject: INTEGRATION: CWS warnings01 (1.13.70); FILE MERGED 2005/10/24 14:27:20 pl 1.13.70.1: #i55991# removed warnings for linux platform --- vcl/unx/source/gdi/salcvt.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'vcl/unx/source/gdi/salcvt.cxx') diff --git a/vcl/unx/source/gdi/salcvt.cxx b/vcl/unx/source/gdi/salcvt.cxx index 26f0eb2d6926..a3d6aa0c0e5c 100644 --- a/vcl/unx/source/gdi/salcvt.cxx +++ b/vcl/unx/source/gdi/salcvt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: salcvt.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:06:34 $ + * last change: $Author: hr $ $Date: 2006-06-19 19:54:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -300,7 +300,6 @@ SalConverterCache::EncodingHasChar( rtl_TextEncoding nEncoding, sal_Char pConversionBuffer[ 32 ]; sal_uInt32 nConversionInfo; sal_Size nConvertedChars; - sal_uInt32 nCodePoint; sal_Size nSize; nSize = rtl_convertUnicodeToText( aConverter, aContext, -- cgit