diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-01-11 11:03:18 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-11 11:22:25 +0100 |
commit | 92266dd8267481b654efd0dd76f1d145f9dc9e18 (patch) | |
tree | c906888e785ba8e530a9e71d7dc2f67c07e1b97c /sd/qa | |
parent | 7dbdd410daeb6f51127da511990e98e77c62cd83 (diff) |
sd: with any luck the OLE test should run on WNT now too
... with the new implementation in oox.
Change-Id: I65aca6e4151ad7383d45c60430132a45ae3a001e
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/unit/export-tests.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx index 5b1daf594c96..102a3f4cd69f 100644 --- a/sd/qa/unit/export-tests.cxx +++ b/sd/qa/unit/export-tests.cxx @@ -140,9 +140,7 @@ public: void testFdo90607(); void testTdf91378(); -#if !defined WNT void testBnc822341(); -#endif void testTdf80224(); void testTdf92527(); @@ -181,9 +179,7 @@ public: CPPUNIT_TEST(testTransparentBackground); CPPUNIT_TEST(testTdf91378); -#if !defined WNT CPPUNIT_TEST(testBnc822341); -#endif CPPUNIT_TEST(testTdf80224); CPPUNIT_TEST(testExportTransitionsPPTX); @@ -1085,8 +1081,6 @@ void SdExportTest::testTdf91378() xDocShRef->DoClose(); } -#if !defined WNT - void SdExportTest::testBnc822341() { // Check import / export of embedded text document @@ -1157,8 +1151,6 @@ void SdExportTest::testBnc822341() xDocShRef->DoClose(); } -#endif - void SdExportTest::testBulletMarginAndIndentation() { ::sd::DrawDocShellRef xDocShRef = loadURL( getURLFromSrc("/sd/qa/unit/data/pptx/bulletMarginAndIndent.pptx"), PPTX ); |