summaryrefslogtreecommitdiff
path: root/hwpfilter/source/attributes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/attributes.cxx')
-rw-r--r--hwpfilter/source/attributes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/attributes.cxx b/hwpfilter/source/attributes.cxx
index e8da00ec2592..49a94c6a25bd 100644
--- a/hwpfilter/source/attributes.cxx
+++ b/hwpfilter/source/attributes.cxx
@@ -48,7 +48,7 @@ struct AttributeListImpl_impl
sal_Int16 SAL_CALL AttributeListImpl::getLength()
{
- return (sal_Int16)m_pImpl->vecAttribute.size();
+ return static_cast<sal_Int16>(m_pImpl->vecAttribute.size());
}