summaryrefslogtreecommitdiffstats
path: root/libreofficekit/qa/tilebench/tilebench.cxx
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2019-04-18 18:10:13 -0400
committerMichael Meeks <michael.meeks@collabora.com>2019-08-05 21:06:39 -0400
commit846cb8b8ff9a700956d380a581cd12261c275d56 (patch)
tree15157ab5adaead92b62fc1ceee9c2a6ea34af856 /libreofficekit/qa/tilebench/tilebench.cxx
parenttdf#124923: Need to call InitVCL() on iOS before using SolarMutexGuard (diff)
downloadcore-846cb8b8ff9a700956d380a581cd12261c275d56.tar.gz
core-846cb8b8ff9a700956d380a581cd12261c275d56.zip
lok: allow paste content to popup dialog
Change-Id: I1893d52df505bc43428c37a624ca05c569ba1bc0 Reviewed-on: https://gerrit.libreoffice.org/70958 Tested-by: Jenkins Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'libreofficekit/qa/tilebench/tilebench.cxx')
-rw-r--r--libreofficekit/qa/tilebench/tilebench.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreofficekit/qa/tilebench/tilebench.cxx b/libreofficekit/qa/tilebench/tilebench.cxx
index 61d337f6c518..d0fc87283d35 100644
--- a/libreofficekit/qa/tilebench/tilebench.cxx
+++ b/libreofficekit/qa/tilebench/tilebench.cxx
@@ -286,7 +286,7 @@ static void testDialog( Document *pDocument, const char *uno_cmd )
}
aTimes.emplace_back("post close dialog");
- pDocument->postWindow(nDialogId, LOK_WINDOW_CLOSE);
+ pDocument->postWindow(nDialogId, LOK_WINDOW_CLOSE, nullptr);
aTimes.emplace_back();
pDocument->destroyView(view);