desktop/qa/desktop_lib/test_desktop_lib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dc586816a94f8deba2b6f8868f3aeb3ba0f6be51 Author: Stephan Bergmann <[email protected]> Date: Tue Nov 3 14:20:01 2015 +0100 build fix? Change-Id: Icb48acfdba90b95ae55d2f4b9f05871dc3a8732b diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx index eb9a852..4debd8c 100644 --- a/desktop/qa/desktop_lib/test_desktop_lib.cxx +++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx @@ -333,7 +333,7 @@ void DesktopLOKTest::testPasteWriter() CPPUNIT_ASSERT(pDocument->pClass->paste(pDocument, "text/plain;charset=utf-8", aText.getStr(), aText.getLength())); - pDocument->pClass->postUnoCommand(pDocument, ".uno:SelectAll", 0); + pDocument->pClass->postUnoCommand(pDocument, ".uno:SelectAll", 0, false); char* pText = pDocument->pClass->getTextSelection(pDocument, "text/plain;charset=utf-8", 0); CPPUNIT_ASSERT_EQUAL(OString("hello"), OString(pText)); free(pText); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
