diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-03-08 10:03:18 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-03-08 14:48:30 +0100 |
commit | 3ac2705d7df55f9288c0843f4f786251b4aad9ff (patch) | |
tree | 23e83fd2c2c39afa8b28db2ed5f891c8bb2d4e9b | |
parent | 26bc8b6067a657e8d160fb73bb5d5a48da85dfe9 (diff) |
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@redhat.com>
-rw-r--r-- | vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx | 1 | ||||
-rw-r--r-- | vcl/qa/cppunit/outdev.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
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); |