summaryrefslogtreecommitdiff
path: root/framework/source/fwi/helper/mischelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwi/helper/mischelper.cxx')
-rw-r--r--framework/source/fwi/helper/mischelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwi/helper/mischelper.cxx b/framework/source/fwi/helper/mischelper.cxx
index 0f835abdfeac..641200069dfc 100644
--- a/framework/source/fwi/helper/mischelper.cxx
+++ b/framework/source/fwi/helper/mischelper.cxx
@@ -225,7 +225,7 @@ void FillLangItems( std::set< OUString > &rLangItems,
Sequence< Locale > rLocales( xDocumentLanguages->getDocumentLanguages( nScriptType, nMaxCount ));
if ( rLocales.getLength() > 0 )
{
- for ( USHORT i = 0; i < rLocales.getLength(); ++i )
+ for ( sal_uInt16 i = 0; i < rLocales.getLength(); ++i )
{
if ( rLangItems.size() == static_cast< size_t >(nMaxCount) )
break;