sw/qa/core/uwriter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 99c48d6cc739fd542b33023e1ef51db3df169586 Author: Stephan Bergmann <[email protected]> Date: Mon Oct 6 18:13:51 2014 +0200 loplugin:unreffun Change-Id: I00240e0d17e40e187b82875bbd25a0630120c4d7 diff --git a/sw/qa/core/uwriter.cxx b/sw/qa/core/uwriter.cxx index 6b28654..e7a7156 100644 --- a/sw/qa/core/uwriter.cxx +++ b/sw/qa/core/uwriter.cxx @@ -79,7 +79,6 @@ public: void testPageDescName(); void testFileNameFields(); void testDocStat(); - void testModelToViewHelper(); void testModelToViewHelperPassthrough(); void testModelToViewHelperExpandFieldsExpandFootnote(); void testModelToViewHelperExpandFieldsExpandFootnoteReplaceMode(); @@ -108,6 +107,7 @@ public: CPPUNIT_TEST(testPageDescName); CPPUNIT_TEST(testFileNameFields); CPPUNIT_TEST(testDocStat); + CPPUNIT_TEST(testModelToViewHelperPassthrough); CPPUNIT_TEST(testModelToViewHelperExpandFieldsExpandFootnote); CPPUNIT_TEST(testModelToViewHelperExpandFieldsExpandFootnoteReplaceMode); CPPUNIT_TEST(testModelToViewHelperExpandFields); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
