From a209f24dff825bc2055fead79b7aff1ce3e04070 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 12 Mar 2015 14:19:28 +0100 Subject: loplugin:stringconcat Change-Id: Idbc179459e574fa9bf2537cb215a012c105e0913 --- vcl/source/bitmap/bitmapscalesuper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/bitmap') diff --git a/vcl/source/bitmap/bitmapscalesuper.cxx b/vcl/source/bitmap/bitmapscalesuper.cxx index f2e09294a9f0..b2b8fba03cf8 100644 --- a/vcl/source/bitmap/bitmapscalesuper.cxx +++ b/vcl/source/bitmap/bitmapscalesuper.cxx @@ -1004,7 +1004,7 @@ bool BitmapScaleSuper::filter(Bitmap& rBitmap) assert( nThreads > 0 ); sal_uInt32 nStrips = ((nEndY - nStartY) + SCALE_THREAD_STRIP - 1) / SCALE_THREAD_STRIP; sal_uInt32 nStripsPerThread = nStrips / nThreads; - SAL_INFO("vcl.gdi", "Scale in " << nStrips << " strips " << nStripsPerThread << " per thread" << " we have " << nThreads << " CPU threads "); + SAL_INFO("vcl.gdi", "Scale in " << nStrips << " strips " << nStripsPerThread << " per thread we have " << nThreads << " CPU threads "); long nStripY = nStartY; for ( sal_uInt32 t = 0; t < nThreads - 1; t++ ) { -- cgit