summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-13 09:06:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-13 09:07:32 +0100
commitec07170735331cb64f2e967682ad74def733a931 (patch)
treee418a6f09b4af824c4e3f9b5e1ff0470ea52051f
parentae9003af4c3942aa184b67c3cb7687f9dfc7dd5e (diff)
make highest debugging level build again
Change-Id: I02dd6d36491321a4210a27605476f1c385f9baba
-rw-r--r--sw/source/core/text/txtio.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/txtio.cxx b/sw/source/core/text/txtio.cxx
index 5c17981a20fe..4de7e4eff595 100644
--- a/sw/source/core/text/txtio.cxx
+++ b/sw/source/core/text/txtio.cxx
@@ -636,7 +636,7 @@ SvStream &SwDropPortion::operator<<( SvStream &rOs ) const //$ ostream
{
rOs << " H:" << nDropHeight;
rOs << " L:" << nLines;
- rOs <<" Fnt:" << pPart->GetFont().GetHeight();
+ rOs << " Fnt:" << static_cast<sal_Int32>(pPart->GetFont().GetHeight());
if( nX || nY )
rOs << " [" << nX << '/' << nY << ']';
}