loplugin:cstylecast

Change-Id: Id0b6e889652094a75bf9d3590c375491bed0a79a
This commit is contained in:
Stephan Bergmann 2015-04-13 11:37:51 +02:00
parent 5c308ad769
commit 0b2a85876c

View File

@ -1659,7 +1659,7 @@ void DrawingML::WriteParagraphNumbering( Reference< XPropertySet > rXPropSet, sa
}
else if ( aPropName == "StartWith" )
{
nStartWith = *( (sal_Int16*)pValue );
nStartWith = *static_cast<sal_Int16 const *>(pValue);
}
else if ( aPropName == "GraphicURL" )
{