diff options
-rw-r--r-- | sd/qa/unit/import-tests-smartart.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/qa/unit/import-tests-smartart.cxx b/sd/qa/unit/import-tests-smartart.cxx index 049a64eb0193..0a519c117b52 100644 --- a/sd/qa/unit/import-tests-smartart.cxx +++ b/sd/qa/unit/import-tests-smartart.cxx @@ -1412,7 +1412,6 @@ CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, testOrgChart2) CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, testTdf131553) { createSdImpressDoc("pptx/tdf131553.pptx"); - uno::Reference<drawing::XShape> xGroup(getShapeFromPage(0, 0), uno::UNO_QUERY); const SdrPage* pPage = GetPage(1); const SdrObjGroup* pObjGroup = dynamic_cast<SdrObjGroup*>(pPage->GetObj(0)); |