sc/qa/unit/screenshots/screenshots.cxx |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit 78bd14939abb8040182b9db7b2c28c03d60eccb9
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Jun 4 11:53:35 2018 +0200

    loplugin:unreffun
    
    ...since 25d6789e0e7949fa2e7441eeeb0f6e9cf701dbed "sc: disable test that 
fails
    on Windows"
    
    Change-Id: I730495fe9b6d648c75a374b2cd15024e56c85126

diff --git a/sc/qa/unit/screenshots/screenshots.cxx 
b/sc/qa/unit/screenshots/screenshots.cxx
index b04d49b43fe3..0bab57810918 100644
--- a/sc/qa/unit/screenshots/screenshots.cxx
+++ b/sc/qa/unit/screenshots/screenshots.cxx
@@ -73,10 +73,15 @@ public:
     ScScreenshotTest();
 
     void testOpeningModalDialogs();
+#if 0
     void testMultiViewCopyPaste();
+#endif
 
     CPPUNIT_TEST_SUITE(ScScreenshotTest);
     CPPUNIT_TEST(testOpeningModalDialogs);
+#if 0
+    CPPUNIT_TEST(testMultiViewCopyPaste);
+#endif
     CPPUNIT_TEST_SUITE_END();
 };
 
@@ -288,6 +293,7 @@ void ScScreenshotTest::testOpeningModalDialogs()
     mxComponent.clear();
 }
 
+#if 0
 void ScScreenshotTest::testMultiViewCopyPaste()
 {
     initialize();
@@ -334,6 +340,7 @@ void ScScreenshotTest::testMultiViewCopyPaste()
     mxComponent->dispose();
     mxComponent.clear();
 }
+#endif
 
 CPPUNIT_TEST_SUITE_REGISTRATION(ScScreenshotTest);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to