diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 18:54:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 18:54:06 +0000 |
commit | 4cd75557323710ecdfc106dd22aadc4e54819ab1 (patch) | |
tree | 57a2e51e159ec79cc45e7ccdf02d86a36f3afdf2 /vcl | |
parent | 376c28c2085ed44b9547d2f306ce53a6c8006825 (diff) |
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
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/gdi/salcvt.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
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, |