summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/property/propertycontainerhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/property/propertycontainerhelper.cxx b/comphelper/source/property/propertycontainerhelper.cxx
index c248a620e1ac..1ba31ec8258f 100644
--- a/comphelper/source/property/propertycontainerhelper.cxx
+++ b/comphelper/source/property/propertycontainerhelper.cxx
@@ -463,7 +463,7 @@ void OPropertyContainerHelper::describeProperties(Sequence< Property >& _rProps)
{
pOwnProps->Name = rProp.aProperty.Name;
pOwnProps->Handle = rProp.aProperty.Handle;
- pOwnProps->Attributes = static_cast<sal_Int16>(rProp.aProperty.Attributes);
+ pOwnProps->Attributes = rProp.aProperty.Attributes;
pOwnProps->Type = rProp.aProperty.Type;
++pOwnProps;
}