From dfd17e881b1fdfb08021dc7b098e8b54b7b83ba3 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 18 Jan 2013 00:17:20 +0800 Subject: remove un-conditional 20 second sleep on-start for now. Change-Id: I37ff2164b1f0fcdc4f3fad41f344b0d73105a2c1 --- sal/android/lo-bootstrap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sal/android/lo-bootstrap.c b/sal/android/lo-bootstrap.c index 9aeb32be4b21..40f565ce6592 100644 --- a/sal/android/lo-bootstrap.c +++ b/sal/android/lo-bootstrap.c @@ -485,6 +485,7 @@ Java_org_libreoffice_android_Bootstrap_putenv(JNIEnv* env, putenv(s); +#if 0 { static int beenhere=0; if (!beenhere) { @@ -493,6 +494,7 @@ Java_org_libreoffice_android_Bootstrap_putenv(JNIEnv* env, beenhere = 1; } } +#endif (*env)->ReleaseStringUTFChars(env, string, s); } -- cgit