[Libreoffice-commits] core.git: desktop/qa

Stephan Bergmann sbergman at redhat.com
Tue Nov 3 05:20:26 PST 2015


 desktop/qa/desktop_lib/test_desktop_lib.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dc586816a94f8deba2b6f8868f3aeb3ba0f6be51
Author: Stephan Bergmann <sbergman at redhat.com>
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);


More information about the Libreoffice-commits mailing list