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

New commits:
commit a209f24dff825bc2055fead79b7aff1ce3e04070
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Mar 12 14:19:28 2015 +0100

    loplugin:stringconcat
    
    Change-Id: Idbc179459e574fa9bf2537cb215a012c105e0913

diff --git a/vcl/source/bitmap/bitmapscalesuper.cxx 
b/vcl/source/bitmap/bitmapscalesuper.cxx
index f2e0929..b2b8fba 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++ )
             {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to