summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/cvtsvm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/cvtsvm.cxx')
-rw-r--r--vcl/source/gdi/cvtsvm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/cvtsvm.cxx b/vcl/source/gdi/cvtsvm.cxx
index bdc23db0293a..63134b496917 100644
--- a/vcl/source/gdi/cvtsvm.cxx
+++ b/vcl/source/gdi/cvtsvm.cxx
@@ -860,7 +860,7 @@ void SVMConverter::ImplConvertFromSVM1( SvStream& rIStm, GDIMetaFile& rMtf )
{
sal_Int32 nStrLen( aStr.getLength() );
- pDXAry = new sal_Int32[ Max( nAryLen, nStrLen ) ];
+ pDXAry = new sal_Int32[ std::max( nAryLen, nStrLen ) ];
for( long j = 0L; j < nAryLen; j++ )
rIStm >> nTmp, pDXAry[ j ] = nTmp;