summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/txencbox.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 11:32:50 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 11:32:50 +0000
commit7640b20b79585048601a20d9dd40af7308a055bf (patch)
tree7c266b16e4cbf2d96b022bed9171e3e1708d2184 /svx/source/dialog/txencbox.cxx
parentINTEGRATION: CWS sb59 (1.6.488); FILE MERGED (diff)
downloadcore-7640b20b79585048601a20d9dd40af7308a055bf.tar.gz
core-7640b20b79585048601a20d9dd40af7308a055bf.zip
INTEGRATION: CWS sb59 (1.9.62); FILE MERGED
2006/08/18 12:02:52 sb 1.9.62.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'svx/source/dialog/txencbox.cxx')
-rw-r--r--svx/source/dialog/txencbox.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/txencbox.cxx b/svx/source/dialog/txencbox.cxx
index c221d31fc8ac..ec03a8bcef30 100644
--- a/svx/source/dialog/txencbox.cxx
+++ b/svx/source/dialog/txencbox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txencbox.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 04:46:27 $
+ * last change: $Author: obo $ $Date: 2006-10-12 12:32:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -95,8 +95,8 @@ void SvxTextEncodingBox::FillFromTextEncodingTable(
{
rtl_TextEncodingInfo aInfo;
aInfo.StructSize = sizeof(rtl_TextEncodingInfo);
- USHORT nCount = m_pEncTable->Count();
- for ( USHORT j=0; j<nCount; j++ )
+ sal_uInt32 nCount = m_pEncTable->Count();
+ for ( sal_uInt32 j=0; j<nCount; j++ )
{
BOOL bInsert = TRUE;
rtl_TextEncoding nEnc = rtl_TextEncoding( m_pEncTable->GetValue( j ) );