cppcanvas/source/mtfrenderer/emfplus.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1477ea6e92011302aa78e87b513af3aa0ba93352
Author: Michael Meeks <michael.me...@suse.com>
Date:   Fri Jun 7 07:05:52 2013 +0100

    EMF: avoid ambiguity in debug output.

diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx 
b/cppcanvas/source/mtfrenderer/emfplus.cxx
index 4c0aca6..4063f42 100644
--- a/cppcanvas/source/mtfrenderer/emfplus.cxx
+++ b/cppcanvas/source/mtfrenderer/emfplus.cxx
@@ -746,7 +746,7 @@ namespace cppcanvas
                     // debug code - write the stream to debug file 
/tmp/emf-stream.emf
                     EMFP_DEBUG(
                         mfStream.Seek(0);
-                        static int emfp_debug_stream_number = 0;
+                        static sal_Int32 emfp_debug_stream_number = 0;
                         rtl::OUString 
emfp_debug_filename("/tmp/emf-embedded-stream");
                         emfp_debug_filename += 
rtl::OUString::valueOf(emfp_debug_stream_number++);
                         emfp_debug_filename += rtl::OUString(".emf");
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to