summaryrefslogtreecommitdiffstats
path: root/libreofficekit/qa/tilebench/tilebench.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libreofficekit/qa/tilebench/tilebench.cxx')
-rw-r--r--libreofficekit/qa/tilebench/tilebench.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/libreofficekit/qa/tilebench/tilebench.cxx b/libreofficekit/qa/tilebench/tilebench.cxx
index 2a8142de9a7c..e51b738d583b 100644
--- a/libreofficekit/qa/tilebench/tilebench.cxx
+++ b/libreofficekit/qa/tilebench/tilebench.cxx
@@ -22,6 +22,10 @@
#include <LibreOfficeKit/LibreOfficeKitInit.h>
#include <LibreOfficeKit/LibreOfficeKit.hxx>
+#ifdef IOS
+#include <vcl/svapp.hxx>
+#endif
+
#include <boost/property_tree/json_parser.hpp>
#include <boost/optional.hpp>
@@ -651,6 +655,9 @@ int main( int argc, char* argv[] )
return help ("unknown parameter");
}
+#ifdef IOS
+ Application::Quit();
+#endif
aTimes.emplace_back("destroy document");
pDocument.reset();
aTimes.emplace_back();