summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-06-04 11:53:35 +0200
committerAndras Timar <andras.timar@collabora.com>2018-08-27 22:21:03 +0200
commitce6a51307863a69bf832647458cff3a58ddfaec4 (patch)
treed6208821d513354f257206fd19eb8c20a132aed9 /sc
parent426482bf235519d3368a197efe74a02a288d022d (diff)
loplugin:unreffun
...since 25d6789e0e7949fa2e7441eeeb0f6e9cf701dbed "sc: disable test that fails on Windows" Change-Id: I730495fe9b6d648c75a374b2cd15024e56c85126 (cherry picked from commit 78bd14939abb8040182b9db7b2c28c03d60eccb9)
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/screenshots/screenshots.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/qa/unit/screenshots/screenshots.cxx b/sc/qa/unit/screenshots/screenshots.cxx
index 75f91a3f96b4..f732b2c22b1a 100644
--- a/sc/qa/unit/screenshots/screenshots.cxx
+++ b/sc/qa/unit/screenshots/screenshots.cxx
@@ -75,10 +75,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();
};
@@ -289,6 +294,7 @@ void ScScreenshotTest::testOpeningModalDialogs()
mxComponent.clear();
}
+#if 0
void ScScreenshotTest::testMultiViewCopyPaste()
{
initialize();
@@ -335,6 +341,7 @@ void ScScreenshotTest::testMultiViewCopyPaste()
mxComponent->dispose();
mxComponent.clear();
}
+#endif
CPPUNIT_TEST_SUITE_REGISTRATION(ScScreenshotTest);