diff options
Diffstat (limited to 'oox/source/export/drawingml.cxx')
-rw-r--r-- | oox/source/export/drawingml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index e7bea03d17af..2287fdff8dda 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -1671,7 +1671,7 @@ void DrawingML::WriteParagraphNumbering( Reference< XPropertySet > rXPropSet, sa } else if(aPropName == "BulletColor") { - nBulletColor = *( (sal_Int32*)pValue ); + nBulletColor = *static_cast<sal_Int32 const *>(pValue); } else if ( aPropName == "BulletChar" ) { |