loplugin:cstylecast
Change-Id: Id0b6e889652094a75bf9d3590c375491bed0a79a
This commit is contained in:
parent
5c308ad769
commit
0b2a85876c
@ -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" )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user