summaryrefslogtreecommitdiffstats
path: root/libreofficekit/qa
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-05-02 11:14:40 +0200
committerMichael Meeks <michael.meeks@collabora.com>2019-05-02 11:39:30 +0200
commita6d146074dce236f84e0194539413e7d551b5065 (patch)
tree7debd4dc309dd2513cdc6a3d56a01c33f09481bd /libreofficekit/qa
parentUse range-based for here instead of ScNameToIndexAccess (diff)
downloadcore-a6d146074dce236f84e0194539413e7d551b5065.tar.gz
core-a6d146074dce236f84e0194539413e7d551b5065.zip
lok: We changed the (unstable) ABI, but let's allow the older C++ API.
Helps building the Online before the appropriate patch gets merged. Change-Id: I9983d546bb0cb7fb472806622a0a10e3a4d3ab87 Reviewed-on: https://gerrit.libreoffice.org/71665 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'libreofficekit/qa')
-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 d0fc87283d35..61d337f6c518 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, nullptr);
+ pDocument->postWindow(nDialogId, LOK_WINDOW_CLOSE);
aTimes.emplace_back();
pDocument->destroyView(view);