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

make highest debugging level build again

Change-Id: I02dd6d36491321a4210a27605476f1c385f9baba
üst ae9003af
...@@ -636,7 +636,7 @@ SvStream &SwDropPortion::operator<<( SvStream &rOs ) const //$ ostream ...@@ -636,7 +636,7 @@ SvStream &SwDropPortion::operator<<( SvStream &rOs ) const //$ ostream
{ {
rOs << " H:" << nDropHeight; rOs << " H:" << nDropHeight;
rOs << " L:" << nLines; rOs << " L:" << nLines;
rOs <<" Fnt:" << pPart->GetFont().GetHeight(); rOs << " Fnt:" << static_cast<sal_Int32>(pPart->GetFont().GetHeight());
if( nX || nY ) if( nX || nY )
rOs << " [" << nX << '/' << nY << ']'; rOs << " [" << nX << '/' << nY << ']';
} }
......
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