diff --git a/sw/CppunitTest_sw_apitests.mk b/sw/CppunitTest_sw_apitests.mk index 76c79757e660..04192c78b0c9 100644 --- a/sw/CppunitTest_sw_apitests.mk +++ b/sw/CppunitTest_sw_apitests.mk @@ -106,4 +106,6 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_apitests, \ svx \ )) +$(call gb_CppunitTest_get_target,sw_apitests): $(call gb_AllLangPackage_get_target,autotextshare) + # vim: set noet sw=4 ts=4: diff --git a/sw/qa/api/SwXAutoTextContainer.cxx b/sw/qa/api/SwXAutoTextContainer.cxx index f848846324e0..1f1fc3df1d49 100644 --- a/sw/qa/api/SwXAutoTextContainer.cxx +++ b/sw/qa/api/SwXAutoTextContainer.cxx @@ -31,8 +31,7 @@ namespace class SwXAutoTextContainer final : public UnoApiTest, public apitest::XElementAccess, public apitest::XIndexAccess, - public apitest::XNameAccess, - public apitest::XAutoTextContainer + public apitest::XNameAccess { public: SwXAutoTextContainer() @@ -40,7 +39,6 @@ public: , XElementAccess(cppu::UnoType::get()) , XIndexAccess(3) , XNameAccess("crdbus50") - , XAutoTextContainer("crdbus50") { } @@ -70,8 +68,6 @@ public: CPPUNIT_TEST(testGetByIndex); CPPUNIT_TEST(testGetElementType); CPPUNIT_TEST(testHasElements); - CPPUNIT_TEST(testInsertNewByName); - CPPUNIT_TEST(testRemoveByName); CPPUNIT_TEST_SUITE_END(); };