Kaydet (Commit) 53f661b3 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

sax: no matching function for call to 'max(int, sal_Int32&)'

üst 36627af6
......@@ -57,7 +57,7 @@ sal_Int32 XMLFile2UTFConverter::readAndConvert( Sequence<sal_Int8> &seq , sal_In
if( ! m_bStarted ) {
// it should be possible to find the encoding attribute
// within the first 512 bytes == 128 chars in UCS-4
nMaxToRead = ::std::max( 512 , nMaxToRead );
nMaxToRead = ::std::max( sal_Int32(512) , nMaxToRead );
}
sal_Int32 nRead;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment