vcl/source/gdi/cvtsvm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cbee6e53e6345080dc52c75c98cfe0eb1c60e52e
Author: Michael Stahl <mst...@redhat.com>
Date:   Fri Sep 26 20:38:31 2014 +0200

    vcl: restore that cast for MSVC
    
    Change-Id: I8a8b4b16811660290c881f82b3cf9b910d054215

diff --git a/vcl/source/gdi/cvtsvm.cxx b/vcl/source/gdi/cvtsvm.cxx
index 2b1ae14..24fed37 100644
--- a/vcl/source/gdi/cvtsvm.cxx
+++ b/vcl/source/gdi/cvtsvm.cxx
@@ -2435,7 +2435,7 @@ sal_uLong SVMConverter::ImplWriteActions( SvStream& 
rOStm, GDIMetaFile& rMtf,
             default:
             {
                 OStringBuffer aStr("Missing implementation for Action#: ");
-                aStr.append(pAction->GetType());
+                aStr.append(static_cast<sal_Int32>(pAction->GetType()));
                 aStr.append('!');
                 OSL_FAIL(aStr.getStr());
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to