summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-03 14:20:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-03 14:20:01 +0100
commitdc586816a94f8deba2b6f8868f3aeb3ba0f6be51 (patch)
tree2dfdc6951ef592dba9091ffd92c0914d9b18a040 /desktop
parenta2141e39dbaecfdbf7a9b25abba25ad175746183 (diff)
build fix?
Change-Id: Icb48acfdba90b95ae55d2f4b9f05871dc3a8732b
Diffstat (limited to 'desktop')
-rw-r--r--desktop/qa/desktop_lib/test_desktop_lib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index eb9a852712b0..4debd8cbf4a8 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);