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

Stephan Bergmann sbergman at redhat.com
Wed Oct 9 23:38:45 PDT 2013


 vcl/qa/cppunit/canvasbitmaptest.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 5c8bd197242b2760d9d84e7f8888e84fae9300f4
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Oct 10 08:38:21 2013 +0200

    -Werror,-Wunused-variable
    
    Change-Id: Icb0e2b1bd7dabc14a3dce9e70ea5e7ef870484e8

diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx
index 197d38e..ebbedb0 100644
--- a/vcl/qa/cppunit/canvasbitmaptest.cxx
+++ b/vcl/qa/cppunit/canvasbitmaptest.cxx
@@ -205,7 +205,6 @@ void checkCanvasBitmap( const rtl::Reference<VclCanvasBitmap>& xBmp,
 
     if( nOriginalDepth > 8 )
     {
-        const uno::Sequence<sal_Int8> aComponentTags( xBmp->getComponentTags() );
         uno::Sequence<rendering::ARGBColor> aARGBColor(1);
         uno::Sequence<rendering::RGBColor>  aRGBColor(1);
         uno::Sequence<sal_Int8> aPixel3, aPixel4;


More information about the Libreoffice-commits mailing list