diff options
Diffstat (limited to 'oox/source/drawingml/fillproperties.cxx')
-rw-r--r-- | oox/source/drawingml/fillproperties.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx index 5b68eb3e60ea..74a5d39fe1df 100644 --- a/oox/source/drawingml/fillproperties.cxx +++ b/oox/source/drawingml/fillproperties.cxx @@ -770,7 +770,7 @@ void GraphicProperties::pushToPropMap( PropertyMap& rPropMap, const GraphicHelpe // When custom shape is rotated, bitmap have to be rotated too. if(rPropMap.hasProperty(PROP_RotateAngle)) { - long nAngle = rPropMap.getProperty(PROP_RotateAngle).get<long>(); + tools::Long nAngle = rPropMap.getProperty(PROP_RotateAngle).get<long>(); xGraphic = lclRotateGraphic(xGraphic, Degree10(nAngle/10) ); } |