From eb45c69b64ef19a33e4c04c6eba3733f18f8b5fc Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 5 Dec 2013 09:07:44 +0100 Subject: EMF+: Log the stride too. Change-Id: I903d8e5629c578f292307bf3abdb2f58ef9dd92c --- cppcanvas/source/mtfrenderer/emfplus.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppcanvas') diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx index ccb8bd666d27..722d23ff6509 100644 --- a/cppcanvas/source/mtfrenderer/emfplus.cxx +++ b/cppcanvas/source/mtfrenderer/emfplus.cxx @@ -959,7 +959,7 @@ namespace cppcanvas if (type == 1) { // bitmap s >> width >> height >> stride >> pixelFormat >> unknown; - SAL_INFO("cppcanvas.emf", "EMF+\tbitmap width: " << width << " height: " << height << " stride: " << "pixelFormat: 0x" << std::hex << pixelFormat << std::dec); + SAL_INFO("cppcanvas.emf", "EMF+\tbitmap width: " << width << " height: " << height << " stride: " << stride << " pixelFormat: 0x" << std::hex << pixelFormat << std::dec); if (width == 0) { // non native formats GraphicFilter filter; -- cgit