summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-01-24 18:09:48 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-01-24 18:11:33 +0000
commit181dd08b1d3a811f66e629ef61b3ac96de3025b7 (patch)
tree01a95e2957f023d4a26920eb9b23bcaf8e05c269
parent72a0b0ad0c364a92fb4872fca4bf3aaaeae0977d (diff)
android: disable bundled extension synchronisation
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 496a8b9c9242..cf648b4b4fe4 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -605,6 +605,7 @@ void Desktop::Init()
// Check for lastsynchronized file for bundled extensions in the user directory
// and test if synchronzation is necessary!
+#ifndef ANDROID
{
::rtl::OUString aUserLastSyncFilePathURL = getLastSyncFileURLFromUserInstallation();
::rtl::OUString aPreregSyncFilePathURL = getLastSyncFileURLFromBrandInstallation();
@@ -620,6 +621,7 @@ void Desktop::Init()
copy_bundled_recursive( aPreregBundledPath, aUserPath, +1 );
}
}
+#endif
// We need to have service factory before going further, but see fdo#37195.
// Doing this will mmap common.rdb, making it not overwritable on windows,