From 32e8771bc155aed821dade81bcf09f3c8d4a76b8 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 20 Mar 2017 18:25:27 +0100 Subject: [PATCH 309/398] fix build Change-Id: I210b8e1b7db8bcf2954d70e9a3cafd51530b1647 --- desktop/qa/desktop_lib/test_desktop_lib.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx index 83bd5ac620b4..c0ba1599f48b 100644 --- a/desktop/qa/desktop_lib/test_desktop_lib.cxx +++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx @@ -472,7 +472,7 @@ void DesktopLOKTest::testCommandResult() // the condition var. m_aCommandResultCondition.reset(); pDocument->pClass->postUnoCommand(pDocument, ".uno:Bold", 0, true); - m_aCommandResultCondition.wait(aTimeValue); + m_aCommandResultCondition.wait(&aTimeValue); CPPUNIT_ASSERT(m_aCommandResult.isEmpty()); @@ -481,7 +481,7 @@ void DesktopLOKTest::testCommandResult() m_aCommandResultCondition.reset(); pDocument->pClass->postUnoCommand(pDocument, ".uno:Bold", 0, true); - m_aCommandResultCondition.wait(aTimeValue); + m_aCommandResultCondition.wait(&aTimeValue); boost::property_tree::ptree aTree; std::stringstream aStream(m_aCommandResult.getStr()); -- 2.12.0