Kaydet (Commit) 6da43412 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

warning C4242: 'initializing' : conversion from 'size_t' to 'sal_uInt16'

Change-Id: Ie5e64701a011768d861607a2e4267d75b995413e
üst 24c35276
......@@ -263,7 +263,7 @@ void ScTpUserLists::UpdateEntries( size_t nList )
if ( nList < pUserLists->size() )
{
const ScUserListData* pList = (*pUserLists)[nList];
sal_uInt16 nSubCount = pList->GetSubCount();
std::size_t nSubCount = pList->GetSubCount();
OUString aEntryListStr;
for ( sal_uInt16 i=0; i<nSubCount; i++ )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment