From f4ea34e7558fcd31096f51f632c0c0893b49cf5b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 16 Oct 2015 13:23:04 +0200 Subject: Fix type of nPixel Change-Id: I2f59600318b345dce6bf00c30bb5e728c0fbebae --- basebmp/test/basictest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basebmp/test/basictest.cxx b/basebmp/test/basictest.cxx index 5137fbaeabd8..ebc1fcb479b4 100644 --- a/basebmp/test/basictest.cxx +++ b/basebmp/test/basictest.cxx @@ -186,7 +186,7 @@ public: const basegfx::B2IPoint aPt5(100000,100000); pDevice->setPixel( aPt5, aCol3, DrawMode::Paint ); - sal_Int32 nPixel(countPixel(pDevice, aCol2)); + auto nPixel(countPixel(pDevice, aCol2)); const basegfx::B2IPoint aPt6(aSize.getX(),aSize.getY()); pDevice->setPixel( aPt6, aCol2, DrawMode::Paint ); CPPUNIT_ASSERT_EQUAL_MESSAGE("setPixel clipping", -- cgit v1.2.3