Kaydet (Commit) 56368292 authored tarafından Caolán McNamara's avatar Caolán McNamara

conflicting types for parameter

Change-Id: I97275e191a0f6d5dd00bf6cbbd906a662190f5ee
üst 7377aaa1
......@@ -2119,7 +2119,7 @@ bool LineArrayComparator::Compare( int nIdx1, int nIdx2 ) const
if( nBorderLen < 3 )
{
nBorderLen = std::min( 3, std::min( nPar1Len, nPar2Len ) );
nBorderLen = std::min<sal_Int32>( 3, std::min( nPar1Len, nPar2Len ) );
}
std::set<unsigned> aHashes;
......
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