summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/shapeexport4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/shapeexport4.cxx')
-rw-r--r--xmloff/source/draw/shapeexport4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeexport4.cxx b/xmloff/source/draw/shapeexport4.cxx
index 58b895e24f4e..f55e05f72ee4 100644
--- a/xmloff/source/draw/shapeexport4.cxx
+++ b/xmloff/source/draw/shapeexport4.cxx
@@ -343,7 +343,7 @@ void ImpExportEnhancedPath( SvXMLExport& rExport,
break;
case 1 :
{
- aSegment.Count = (sal_Int16)Min( nCoords - 1, (sal_Int32)32767 );
+ aSegment.Count = (sal_Int16)std::min( nCoords - 1, (sal_Int32)32767 );
aSegment.Command = com::sun::star::drawing::EnhancedCustomShapeSegmentCommand::LINETO;
}
break;