sw/qa/extras/uiwriter/uiwriter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a1a46e93e4ecc1b7f7ea34b9953dbc1abbae2588 Author: Miklos Vajna <[email protected]> Date: Wed Jul 11 11:13:42 2018 +0200 CppunitTest_sw_uiwriter: fix --without-fonts build Member function was defined, but not declared. Change-Id: Ia7aeae264be9e833f5ba1714df0bd7f976b21437 diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx index b80820a29115..c4a67c96fce4 100644 --- a/sw/qa/extras/uiwriter/uiwriter.cxx +++ b/sw/qa/extras/uiwriter/uiwriter.cxx @@ -323,8 +323,8 @@ public: void testTdf113287(); void testTdf113445(); void testTdf113686(); - void testFontEmbedding(); #endif + void testFontEmbedding(); void testLinesInSectionInTable(); void testParagraphOfTextRange(); void testTdf99689TableOfContents(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
