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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Mar 8 13:49:11 UTC 2021


 vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx |    1 -
 vcl/qa/cppunit/outdev.cxx                        |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 3ac2705d7df55f9288c0843f4f786251b4aad9ff
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Mar 8 10:03:18 2021 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Mar 8 14:48:30 2021 +0100

    Remove spurious empty lines again
    
    ...that had been added by 0c36f364b14aacd0eeb53087ae2fce54402dc741 "tdf#138122
    Detect window scaling for multi display configurations on macOS" and should have
    been removed again by 06d918dcc47ae3f1c511cbdccfeacc8adb123f28
    "loplugin:unreffun (macOS)"
    
    Change-Id: Ibac8fc2cae101c2c16715be97406d769f82bd3eb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112158
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx b/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx
index cdb8e4c39fd7..a0303833bacd 100644
--- a/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx
+++ b/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx
@@ -49,7 +49,6 @@ public:
     CPPUNIT_TEST_SUITE(BitmapRenderTest);
     CPPUNIT_TEST(testTdf104141);
     CPPUNIT_TEST(testTdf113918);
-
     CPPUNIT_TEST(testDrawAlphaBitmapEx);
     CPPUNIT_TEST(testAlphaVirtualDevice);
     CPPUNIT_TEST(testTdf116888);
diff --git a/vcl/qa/cppunit/outdev.cxx b/vcl/qa/cppunit/outdev.cxx
index 58a283749fa1..7bd1b0b53bd4 100644
--- a/vcl/qa/cppunit/outdev.cxx
+++ b/vcl/qa/cppunit/outdev.cxx
@@ -41,7 +41,6 @@ public:
     void testRTLGuard();
 
     CPPUNIT_TEST_SUITE(VclOutdevTest);
-
     CPPUNIT_TEST(testVirtualDevice);
     CPPUNIT_TEST(testUseAfterDispose);
     CPPUNIT_TEST(testPrinterBackgroundColor);


More information about the Libreoffice-commits mailing list