summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/propimp0.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/propimp0.cxx')
-rw-r--r--xmloff/source/draw/propimp0.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/propimp0.cxx b/xmloff/source/draw/propimp0.cxx
index a2d911af3352..24613f7e2200 100644
--- a/xmloff/source/draw/propimp0.cxx
+++ b/xmloff/source/draw/propimp0.cxx
@@ -218,7 +218,7 @@ bool XMLTextAnimationStepPropertyHdl::exportXML(
if( nVal < 0 )
{
- aOut.append( (sal_Int32)-nVal );
+ aOut.append( static_cast<sal_Int32>(-nVal) );
aOut.append( "px" );
}
else