WaE: conversion from 'unsigned int' to 'sal_Int16', possible loss of data
This commit is contained in:
parent
a3414f43cf
commit
cf27d95a6d
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ struct AttributeListImpl_impl
|
|||
|
||||
sal_Int16 AttributeListImpl::getLength(void) throw (RuntimeException)
|
||||
{
|
||||
return m_pImpl->vecAttribute.size();
|
||||
return (sal_Int16) m_pImpl->vecAttribute.size();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue