Kaydet (Commit) cf27d95a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: conversion from 'unsigned int' to 'sal_Int16', possible loss of data

üst a3414f43
......@@ -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();
}
......
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