[Libreoffice-commits] core.git: sw/source

Caolán McNamara caolanm at redhat.com
Sat Jul 13 01:08:14 PDT 2013


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

New commits:
commit ec07170735331cb64f2e967682ad74def733a931
Author: Caolán McNamara <caolanm at 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 << ']';
     }


More information about the Libreoffice-commits mailing list