WaE: conversion from 'unsigned int' to 'sal_Int16', possible loss of data
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user