diff options
author | Jan Holesovsky <kendy@collabora.com> | 2019-05-02 11:14:40 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2019-05-02 11:39:30 +0200 |
commit | a6d146074dce236f84e0194539413e7d551b5065 (patch) | |
tree | 7debd4dc309dd2513cdc6a3d56a01c33f09481bd /libreofficekit/qa | |
parent | dd670d89951876c32fdfdcb26a93ced1c6d42998 (diff) |
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.cxx | 2 |
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); |