summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-24 23:47:03 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-24 23:57:43 +0200
commitd947fb8a6c69a9144ed2d00de4521e86925b0d48 (patch)
treee48816e6a31b32ccb27ff022d55dc7d68de30a2e /desktop/source/app/app.cxx
parent2727a29e57cdcd5dddc94a829194f88cfc2808ab (diff)
WaE: "defined but not used" for stuff bypassed for Android
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r--desktop/source/app/app.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index cf648b4b4fe4..91c7531ef0e5 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -130,7 +130,10 @@ namespace desktop
static oslSignalHandler pSignalHandler = 0;
static sal_Bool _bCrashReporterEnabled = sal_True;
+#ifndef ANDROID
static ::rtl::OUString getBrandSharePreregBundledPathURL();
+#endif
+
// ----------------------------------------------------------------------------
ResMgr* Desktop::GetDesktopResManager()
@@ -355,6 +358,8 @@ void ReplaceStringHookProc( UniString& rStr )
static const char pLastSyncFileName[] = "lastsynchronized";
static const sal_Int32 nStrLenLastSync = 16;
+#ifndef ANDROID
+
static bool needsSynchronization(
::rtl::OUString const & baseSynchronizedURL, ::rtl::OUString const & userSynchronizedURL )
{
@@ -462,6 +467,9 @@ static ::rtl::OUString getLastSyncFileURLFromUserInstallation()
return aTmp.makeStringAndClear();
}
+
+#endif
+
//Checks if the argument src is the folder of the help or configuration
//backend in the prereg folder
static bool excludeTmpFilesAndFolders(const rtl::OUString & src)