summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-13 15:50:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-13 15:50:22 +0100
commit93488dd9843c62d46f1894a6d5005871bc60b98c (patch)
tree4898984972aa45049477b65b3ac4697d912b2ae1 /sw
parentb2513baf06ba1f7198019c4054d1ed423a31577f (diff)
loplugin:unreffun
Change-Id: Id56bc94e95e59f9bfe1dca02ff1f5e16844de45a
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/core/macros-test.cxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/sw/qa/core/macros-test.cxx b/sw/qa/core/macros-test.cxx
index 800248bd0ca4..5267c34d3e55 100644
--- a/sw/qa/core/macros-test.cxx
+++ b/sw/qa/core/macros-test.cxx
@@ -75,7 +75,9 @@ public:
void testVba();
#endif
void testBookmarkDeleteAndJoin();
+#if 0
void testControlShapeGrouping();
+#endif
void testFdo55289();
void testFdo68983();
CPPUNIT_TEST_SUITE(SwMacrosTest);
@@ -86,7 +88,9 @@ public:
CPPUNIT_TEST(testVba);
#endif
CPPUNIT_TEST(testBookmarkDeleteAndJoin);
- // CPPUNIT_TEST(testControlShapeGrouping);
+#if 0
+ CPPUNIT_TEST(testControlShapeGrouping);
+#endif
CPPUNIT_TEST(testFdo55289);
CPPUNIT_TEST(testFdo68983);
@@ -212,6 +216,7 @@ void SwMacrosTest::testBookmarkDeleteAndJoin()
}
}
+#if 0
void SwMacrosTest::testControlShapeGrouping()
{
OUString aFileName;
@@ -314,6 +319,7 @@ void SwMacrosTest::testControlShapeGrouping()
CPPUNIT_ASSERT(xTS->getControl() == xTimeControlModel);
}
}
+#endif
void SwMacrosTest::testFdo55289()
{