[Libreoffice-commits] core.git: vcl/source

Stephan Bergmann sbergman at redhat.com
Thu Mar 12 06:19:58 PDT 2015


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

New commits:
commit a209f24dff825bc2055fead79b7aff1ce3e04070
Author: Stephan Bergmann <sbergman at 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++ )
             {


More information about the Libreoffice-commits mailing list