diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 17:28:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 18:15:57 +0200 |
commit | b7777dbf8e84976e0bc77aa1122f3964c29a575a (patch) | |
tree | 2b622dd8854ab915dbf7abab608e5ae5353792b7 /desktop | |
parent | b02c075a16ff0b198053cf36828056c6e7ab45e7 (diff) |
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
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/sofficemain.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |