summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-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 bf2243694675..13e2b6e7564d 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1090,6 +1090,7 @@ void handleCrashReport()
}
#endif
+#if !defined ANDROID
void handleSafeMode()
{
css::uno::Reference< css::uno::XComponentContext > xContext = ::comphelper::getProcessComponentContext();
@@ -1103,6 +1104,7 @@ void handleSafeMode()
bool bRet = false;
aRet >>= bRet;
}
+#endif
/** @short check if recovery must be started or not.