From b7777dbf8e84976e0bc77aa1122f3964c29a575a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 22 Feb 2013 17:28:16 +0200 Subject: Rename the package and .apk of the "desktop" test app to avoid confusion It used the same package name as DocumentLoader and the same .apk name as the eary sc cppunit test app. Probably having two unrelated apps with the same package name causes some confusion somewhere. Change-Id: I11414b9cd59694eb97d39bfaeac4ed1066ae3aab --- desktop/source/app/sofficemain.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx index 327d9f3c1fc2..cc4064818fd5 100644 --- a/desktop/source/app/sofficemain.cxx +++ b/desktop/source/app/sofficemain.cxx @@ -103,8 +103,8 @@ public: }; extern "C" SAL_JNI_EXPORT void JNICALL -Java_org_libreoffice_android_examples_LODesktop_spawnMain(JNIEnv* /* env */, - jobject /* dummy */) +Java_org_libreoffice_experimental_desktop_Desktop_spawnMain(JNIEnv* /* env */, + jobject /* dummy */) { fprintf(stderr, "Spawn main!\n"); new MainThread(); -- cgit