sw/source/core/text/txtio.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ec07170735331cb64f2e967682ad74def733a931
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat Jul 13 09:06:06 2013 +0100

    make highest debugging level build again
    
    Change-Id: I02dd6d36491321a4210a27605476f1c385f9baba

diff --git a/sw/source/core/text/txtio.cxx b/sw/source/core/text/txtio.cxx
index 5c17981..4de7e4e 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 << ']';
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to